Shades of Victoria #595177
Tints of Victoria #595177
RGB
CMYK
RGB Variations
Color information
#595177 (or 0x595177) is known color: Victoria. HEX triplet: 59, 51 and 77. RGB value is (89,81,119). Sum of RGB (Red+Green+Blue) = 89+81+119=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #595177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595177 is #A6AE88. Grayscale: #575757. Windows color (decimal): -10923657 or 7819609. OLE color: 7819609.
HSL color Cylindrical-coordinate representation of color #595177: hue angle of 252.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #595177 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 81 | 119 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.53 |
| HSL | 252.63º | 0.19% | 0.39% | - |
| HSV(B) | 252.63º | 0.32% | 0.47% | - |
| XYZ | 10.39 | 9.34 | 18.71 | - |
| YUV | 87.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 119 | 0.25 | 0.32 | 0 | 0.53 | 252.63 | 0.19 | 0.39 |
| Hex | 59 | 51 | 77 | 19 | 20 | 0 | 35 | FD | 13 | 27 |
| Octal | 131 | 121 | 167 | 31 | 40 | 0 | 65 | 375 | 23 | 47 |
| Binary | 1011001 | 1010001 | 1110111 | 11001 | 100000 | 0 | 110101 | 11111101 | 10011 | 100111 |
Color Harmonies of #595177
Complementary color
Monochromatic Colors of #595177
Black with #595177
Text Example
Text Example
White with #595177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595177; }
p { color: rgb(89,81,119); }
H1.HeaderClassName
{
color: #595177;
}
.AnyTagClassName
{
color: #595177;
}
</style>
background-color css
<style>
a { background-color: #595177; }
a { background-color: rgb(89,81,119); }
div.DivClassName
{
background-color: #595177;
}
.BgClassName
{
background-color: #595177;
}
</style>
border-color css
<style>
span { border-color: #595177; }
span { border-color: rgb(89,81,119); }
td.TdClassName
{
border-color: #595177;
}
.TagClassName
{
border-color: #595177;
}
</style>