#5D566E

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

Shades of Smoky #5D566E

Tints of Smoky #5D566E

Color information

#5D566E (or 0x5D566E) is unknown color: approx Smoky. HEX triplet: 5D, 56 and 6E. RGB value is (93,86,110). Sum of RGB (Red+Green+Blue) = 93+86+110=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D566E is #A2A991. Grayscale: #5A5A5A. Windows color (decimal): -10660242 or 7231069. OLE color: 7231069.

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

Color convert

RGB9386110-
CMYK0.150.2200.57
HSL257.5º12.24%38.43%-
HSV(B)257.5º21.82%43.14%-
XYZ10.6610.1116.14-
YUV90.83138.82129.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=32.18%
G=29.76%
B=38.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93861100.150.2200.57257.512.2438.43
Hex5D566EF16039102c26
Octal13512615617260714021446
Binary10111011010110110111011111011001110011000000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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