#5C5866

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

Shades of Smoky #5C5866

Tints of Smoky #5C5866

Color information

#5C5866 (or 0x5C5866) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 66. RGB value is (92,88,102). Sum of RGB (Red+Green+Blue) = 92+88+102=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C5866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5866 is #A3A799. Grayscale: #5A5A5A. Windows color (decimal): -10725274 or 6707292. OLE color: 6707292.

HSL color Cylindrical-coordinate representation of color #5C5866: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5866 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9288102-
CMYK0.100.1400.6
HSL257.14º7.37%37.25%-
HSV(B)257.14º13.73%40%-
XYZ10.310.2114-
YUV90.79134.33128.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.62%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=32.62%
G=31.21%
B=36.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92881020.100.1400.6257.147.3737.25
Hex5C5866AE03C101725
Octal1341301461216074401745
Binary101110010110001100110101011100111100100000001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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