#5D596B

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

Shades of Smoky #5D596B

Tints of Smoky #5D596B

Color information

#5D596B (or 0x5D596B) is unknown color: approx Smoky. HEX triplet: 5D, 59 and 6B. RGB value is (93,89,107). Sum of RGB (Red+Green+Blue) = 93+89+107=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 107 - color contains mainly: blue. Hex color #5D596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D596B is #A2A694. Grayscale: #5C5C5C. Windows color (decimal): -10659477 or 7035229. OLE color: 7035229.

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

Color convert

RGB9389107-
CMYK0.130.1700.58
HSL253.33º9.18%38.43%-
HSV(B)253.33º16.82%41.96%-
XYZ10.7410.5315.38-
YUV92.25136.33128.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=32.18%
G=30.80%
B=37.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93891070.130.1700.58253.339.1838.43
Hex5D596BD1103Afd926
Octal13513115315210723751146
Binary1011101101100111010111101100010111010111111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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