Shades of Victoria #595178
Tints of Victoria #595178
RGB
CMYK
RGB Variations
Color information
#595178 (or 0x595178) is known color: Victoria. HEX triplet: 59, 51 and 78. RGB value is (89,81,120). Sum of RGB (Red+Green+Blue) = 89+81+120=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 120 - color contains mainly: blue. Hex color #595178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595178 is #A6AE87. Grayscale: #575757. Windows color (decimal): -10923656 or 7885145. OLE color: 7885145.
HSL color Cylindrical-coordinate representation of color #595178: hue angle of 252.31º 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 #595178 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 89 | 81 | 120 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.53 |
| HSL | 252.31º | 0.19% | 0.39% | - |
| HSV(B) | 252.31º | 0.33% | 0.47% | - |
| XYZ | 10.45 | 9.36 | 19.03 | - |
| YUV | 87.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 120 | 0.26 | 0.32 | 0 | 0.53 | 252.31 | 0.19 | 0.39 |
| Hex | 59 | 51 | 78 | 1A | 20 | 0 | 35 | FC | 13 | 27 |
| Octal | 131 | 121 | 170 | 32 | 40 | 0 | 65 | 374 | 23 | 47 |
| Binary | 1011001 | 1010001 | 1111000 | 11010 | 100000 | 0 | 110101 | 11111100 | 10011 | 100111 |
Color Harmonies of #595178
Complementary color
Monochromatic Colors of #595178
Black with #595178
Text Example
Text Example
White with #595178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595178; }
p { color: rgb(89,81,120); }
H1.HeaderClassName
{
color: #595178;
}
.AnyTagClassName
{
color: #595178;
}
</style>
background-color css
<style>
a { background-color: #595178; }
a { background-color: rgb(89,81,120); }
div.DivClassName
{
background-color: #595178;
}
.BgClassName
{
background-color: #595178;
}
</style>
border-color css
<style>
span { border-color: #595178; }
span { border-color: rgb(89,81,120); }
td.TdClassName
{
border-color: #595178;
}
.TagClassName
{
border-color: #595178;
}
</style>