#5D566C

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

Shades of Smoky #5D566C

Tints of Smoky #5D566C

Color information

#5D566C (or 0x5D566C) is unknown color: approx Smoky. HEX triplet: 5D, 56 and 6C. RGB value is (93,86,108). Sum of RGB (Red+Green+Blue) = 93+86+108=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D566C is #A2A993. Grayscale: #5A5A5A. Windows color (decimal): -10660244 or 7099997. OLE color: 7099997.

HSL color Cylindrical-coordinate representation of color #5D566C: hue angle of 259.09º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D566C is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9386108-
CMYK0.140.2000.58
HSL259.09º11.34%38.04%-
HSV(B)259.09º20.37%42.35%-
XYZ10.5510.0715.57-
YUV90.6137.82129.71-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=32.40%
G=29.97%
B=37.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93861080.140.2000.58259.0911.3438.04
Hex5D566CE1403A103b26
Octal13512615416240724031346
Binary10111011010110110110011101010001110101000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,86,108); }

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

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

 a { background-color: rgb(93,86,108); }

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

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

 span { border-color: rgb(93,86,108); }

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