#5B536E

Color #5B536E Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5B536E

Tints of Smoky #5B536E

Color information

#5B536E (or 0x5B536E) is unknown color: approx Smoky. HEX triplet: 5B, 53 and 6E. RGB value is (91,83,110). Sum of RGB (Red+Green+Blue) = 91+83+110=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B536E is #A4AC91. Grayscale: #585858. Windows color (decimal): -10792082 or 7230299. OLE color: 7230299.

HSL color Cylindrical-coordinate representation of color #5B536E: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B536E is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9183110-
CMYK0.170.2500.57
HSL257.78º13.99%37.84%-
HSV(B)257.78º24.55%43.14%-
XYZ10.229.5416.05-
YUV88.47140.15129.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=32.04%
G=29.23%
B=38.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91831100.170.2500.57257.7813.9937.84
Hex5B536E1119039102e26
Octal13312315621310714021646
Binary101101110100111101110100011100101110011000000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B536E; }

 p { color: rgb(91,83,110); }

 H1.HeaderClassName
 {
   color: #5B536E;
 }
 .AnyTagClassName
 {
   color: #5B536E;
 }
</style>
background-color css

<style>
 a { background-color: #5B536E; }

 a { background-color: rgb(91,83,110); }

 div.DivClassName
 {
   background-color: #5B536E;
 }
 .BgClassName
 {
   background-color: #5B536E;
 }
</style>
border-color css

<style>
 span { border-color: #5B536E; }

 span { border-color: rgb(91,83,110); }

 td.TdClassName
 {
   border-color: #5B536E;
 }
 .TagClassName
 {
   border-color: #5B536E;
 }
</style>