#5C586B

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

Shades of Smoky #5C586B

Tints of Smoky #5C586B

Color information

#5C586B (or 0x5C586B) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 6B. RGB value is (92,88,107). Sum of RGB (Red+Green+Blue) = 92+88+107=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 88 (34.77% from 255 or 30.66% 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 #5C586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C586B is #A3A794. Grayscale: #5B5B5B. Windows color (decimal): -10725269 or 7034972. OLE color: 7034972.

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

Color convert

RGB9288107-
CMYK0.140.1800.58
HSL252.63º9.74%38.24%-
HSV(B)252.63º17.76%41.96%-
XYZ10.5610.3215.34-
YUV91.36136.83128.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=32.06%
G=30.66%
B=37.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal92881070.140.1800.58252.639.7438.24
Hex5C586BE1203Afda26
Octal13413015316220723751246
Binary1011100101100011010111110100100111010111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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