#5B596B

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

Shades of Smoky #5B596B

Tints of Smoky #5B596B

Color information

#5B596B (or 0x5B596B) is unknown color: approx Smoky. HEX triplet: 5B, 59 and 6B. RGB value is (91,89,107). Sum of RGB (Red+Green+Blue) = 91+89+107=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #5B596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B596B is #A4A694. Grayscale: #5B5B5B. Windows color (decimal): -10790549 or 7035227. OLE color: 7035227.

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

Color convert

RGB9189107-
CMYK0.150.1700.58
HSL246.67º9.18%38.43%-
HSV(B)246.67º16.82%41.96%-
XYZ10.5410.4315.37-
YUV91.65136.66127.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=31.71%
G=31.01%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91891070.150.1700.58246.679.1838.43
Hex5B596BF1103Af7926
Octal13313115317210723671146
Binary1011011101100111010111111100010111010111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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