Shades of Smoky #595377
Tints of Smoky #595377
RGB
CMYK
RGB Variations
Color information
#595377 (or 0x595377) is known color: Smoky. HEX triplet: 59, 53 and 77. RGB value is (89,83,119). Sum of RGB (Red+Green+Blue) = 89+83+119=291 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.58% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #595377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595377 is #A6AC88. Grayscale: #585858. Windows color (decimal): -10923145 or 7820121. OLE color: 7820121.
HSL color Cylindrical-coordinate representation of color #595377: hue angle of 250º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #595377 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 83 | 119 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.53 |
| HSL | 250º | 0.18% | 0.4% | - |
| HSV(B) | 250º | 0.3% | 0.47% | - |
| XYZ | 10.54 | 9.64 | 18.76 | - |
| YUV | 88.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 119 | 0.25 | 0.30 | 0 | 0.53 | 250 | 0.18 | 0.4 |
| Hex | 59 | 53 | 77 | 19 | 1E | 0 | 35 | FA | 12 | 28 |
| Octal | 131 | 123 | 167 | 31 | 36 | 0 | 65 | 372 | 22 | 50 |
| Binary | 1011001 | 1010011 | 1110111 | 11001 | 11110 | 0 | 110101 | 11111010 | 10010 | 101000 |
Color Harmonies of #595377
Complementary color
Monochromatic Colors of #595377
Black with #595377
Text Example
Text Example
White with #595377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595377; }
p { color: rgb(89,83,119); }
H1.HeaderClassName
{
color: #595377;
}
.AnyTagClassName
{
color: #595377;
}
</style>
background-color css
<style>
a { background-color: #595377; }
a { background-color: rgb(89,83,119); }
div.DivClassName
{
background-color: #595377;
}
.BgClassName
{
background-color: #595377;
}
</style>
border-color css
<style>
span { border-color: #595377; }
span { border-color: rgb(89,83,119); }
td.TdClassName
{
border-color: #595377;
}
.TagClassName
{
border-color: #595377;
}
</style>