#5C586E

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

Shades of Smoky #5C586E

Tints of Smoky #5C586E

Color information

#5C586E (or 0x5C586E) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 6E. RGB value is (92,88,110). Sum of RGB (Red+Green+Blue) = 92+88+110=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C586E is #A3A791. Grayscale: #5B5B5B. Windows color (decimal): -10725266 or 7231580. OLE color: 7231580.

HSL color Cylindrical-coordinate representation of color #5C586E: hue angle of 250.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C586E is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9288110-
CMYK0.160.200.57
HSL250.91º11.11%38.82%-
HSV(B)250.91º20%43.14%-
XYZ10.7210.3816.19-
YUV91.7138.33128.21-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=31.72%
G=30.34%
B=37.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92881100.160.200.57250.9111.1138.82
Hex5C586E1014039fbb27
Octal13413015620240713731347
Binary10111001011000110111010000101000111001111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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