#5B596A

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

Shades of Smoky #5B596A

Tints of Smoky #5B596A

Color information

#5B596A (or 0x5B596A) is unknown color: approx Smoky. HEX triplet: 5B, 59 and 6A. RGB value is (91,89,106). Sum of RGB (Red+Green+Blue) = 91+89+106=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B596A is #A4A695. Grayscale: #5B5B5B. Windows color (decimal): -10790550 or 6969691. OLE color: 6969691.

HSL color Cylindrical-coordinate representation of color #5B596A: hue angle of 247.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B596A is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9189106-
CMYK0.140.1600.58
HSL247.06º8.72%38.24%-
HSV(B)247.06º16.04%41.57%-
XYZ10.4910.4115.09-
YUV91.54136.16127.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.82%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=31.82%
G=31.12%
B=37.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91891060.140.1600.58247.068.7238.24
Hex5B596AE1003Af7926
Octal13313115216200723671146
Binary1011011101100111010101110100000111010111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,89,106); }

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

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

 a { background-color: rgb(91,89,106); }

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

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

 span { border-color: rgb(91,89,106); }

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