#5C5969

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

Shades of Smoky #5C5969

Tints of Smoky #5C5969

Color information

#5C5969 (or 0x5C5969) is unknown color: approx Smoky. HEX triplet: 5C, 59 and 69. RGB value is (92,89,105). Sum of RGB (Red+Green+Blue) = 92+89+105=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C5969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5969 is #A3A696. Grayscale: #5B5B5B. Windows color (decimal): -10725015 or 6904156. OLE color: 6904156.

HSL color Cylindrical-coordinate representation of color #5C5969: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C5969 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9289105-
CMYK0.120.1500.59
HSL251.25º8.25%38.04%-
HSV(B)251.25º15.24%41.18%-
XYZ10.5410.4414.82-
YUV91.72135.49128.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=32.17%
G=31.12%
B=36.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92891050.120.1500.59251.258.2538.04
Hex5C5969CF03Bfb826
Octal13413115114170733731046
Binary101110010110011101001110011110111011111110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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