#5C5966

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

Shades of Smoky #5C5966

Tints of Smoky #5C5966

Color information

#5C5966 (or 0x5C5966) is unknown color: approx Smoky. HEX triplet: 5C, 59 and 66. RGB value is (92,89,102). Sum of RGB (Red+Green+Blue) = 92+89+102=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5966 is #A3A699. Grayscale: #5B5B5B. Windows color (decimal): -10725018 or 6707548. OLE color: 6707548.

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

Color convert

RGB9289102-
CMYK0.100.1300.6
HSL253.85º6.81%37.45%-
HSV(B)253.85º12.75%40%-
XYZ10.3810.3814.03-
YUV91.38133.99128.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.51%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=32.51%
G=31.45%
B=36.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92891020.100.1300.6253.856.8137.45
Hex5C5966AD03Cfe725
Octal1341311461215074376745
Binary10111001011001110011010101101011110011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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