#5C596B

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

Shades of Smoky #5C596B

Tints of Smoky #5C596B

Color information

#5C596B (or 0x5C596B) is unknown color: approx Smoky. HEX triplet: 5C, 59 and 6B. RGB value is (92,89,107). Sum of RGB (Red+Green+Blue) = 92+89+107=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C596B is #A3A694. Grayscale: #5B5B5B. Windows color (decimal): -10725013 or 7035228. OLE color: 7035228.

HSL color Cylindrical-coordinate representation of color #5C596B: hue angle of 250º 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 #5C596B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9289107-
CMYK0.140.1700.58
HSL250º9.18%38.43%-
HSV(B)250º16.82%41.96%-
XYZ10.6410.4815.37-
YUV91.95136.49128.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=31.94%
G=30.90%
B=37.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92891070.140.1700.582509.1838.43
Hex5C596BE1103Afa926
Octal13413115316210723721146
Binary1011100101100111010111110100010111010111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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