#5C586D

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

Shades of Smoky #5C586D

Tints of Smoky #5C586D

Color information

#5C586D (or 0x5C586D) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 6D. RGB value is (92,88,109). Sum of RGB (Red+Green+Blue) = 92+88+109=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C586D is #A3A792. Grayscale: #5B5B5B. Windows color (decimal): -10725267 or 7166044. OLE color: 7166044.

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

Color convert

RGB9288109-
CMYK0.160.1900.57
HSL251.43º10.66%38.63%-
HSV(B)251.43º19.27%42.75%-
XYZ10.6610.3615.91-
YUV91.59137.83128.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.83%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=31.83%
G=30.45%
B=37.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92881090.160.1900.57251.4310.6638.63
Hex5C586D1013039fbb27
Octal13413015520230713731347
Binary10111001011000110110110000100110111001111110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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