#5D596A

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

Shades of Smoky #5D596A

Tints of Smoky #5D596A

Color information

#5D596A (or 0x5D596A) is unknown color: approx Smoky. HEX triplet: 5D, 59 and 6A. RGB value is (93,89,106). Sum of RGB (Red+Green+Blue) = 93+89+106=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 106 - color contains mainly: blue. Hex color #5D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D596A is #A2A695. Grayscale: #5C5C5C. Windows color (decimal): -10659478 or 6969693. OLE color: 6969693.

HSL color Cylindrical-coordinate representation of color #5D596A: hue angle of 254.12º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D596A is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9389106-
CMYK0.120.1600.58
HSL254.12º8.72%38.24%-
HSV(B)254.12º16.04%41.57%-
XYZ10.6910.5115.1-
YUV92.13135.83128.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.29%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=32.29%
G=30.90%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93891060.120.1600.58254.128.7238.24
Hex5D596AC1003Afe926
Octal13513115214200723761146
Binary1011101101100111010101100100000111010111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,89,106); }

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

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

 a { background-color: rgb(93,89,106); }

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

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

 span { border-color: rgb(93,89,106); }

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