#5D576E

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

Shades of Smoky #5D576E

Tints of Smoky #5D576E

Color information

#5D576E (or 0x5D576E) is unknown color: approx Smoky. HEX triplet: 5D, 57 and 6E. RGB value is (93,87,110). Sum of RGB (Red+Green+Blue) = 93+87+110=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 87 (34.38% from 255 or 30% 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 #5D576E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D576E is #A2A891. Grayscale: #5B5B5B. Windows color (decimal): -10659986 or 7231325. OLE color: 7231325.

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

Color convert

RGB9387110-
CMYK0.150.2100.57
HSL255.65º11.68%38.63%-
HSV(B)255.65º20.91%43.14%-
XYZ10.7410.2716.17-
YUV91.42138.49129.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.07%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=32.07%
G=30%
B=37.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93871100.150.2100.57255.6511.6838.63
Hex5D576EF15039100c27
Octal13512715617250714001447
Binary10111011010111110111011111010101110011000000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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