#5C5971

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

Shades of Smoky #5C5971

Tints of Smoky #5C5971

Color information

#5C5971 (or 0x5C5971) is unknown color: approx Smoky. HEX triplet: 5C, 59 and 71. RGB value is (92,89,113). Sum of RGB (Red+Green+Blue) = 92+89+113=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5971 is #A3A68E. Grayscale: #5C5C5C. Windows color (decimal): -10725007 or 7428444. OLE color: 7428444.

HSL color Cylindrical-coordinate representation of color #5C5971: hue angle of 247.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5971 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9289113-
CMYK0.190.2100.56
HSL247.5º11.88%39.61%-
HSV(B)247.5º21.24%44.31%-
XYZ10.9710.6117.09-
YUV92.63139.49127.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=31.29%
G=30.27%
B=38.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92891130.190.2100.56247.511.8839.61
Hex5C59711315038f8c28
Octal13413116123250703701450
Binary10111001011001111000110011101010111000111110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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