Shades of Victoria #595180
Tints of Victoria #595180
RGB
CMYK
RGB Variations
Color information
#595180 (or 0x595180) is known color: Victoria. HEX triplet: 59, 51 and 80. RGB value is (89,81,128). Sum of RGB (Red+Green+Blue) = 89+81+128=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #595180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595180 is #A6AE7F. Grayscale: #585858. Windows color (decimal): -10923648 or 8409433. OLE color: 8409433.
HSL color Cylindrical-coordinate representation of color #595180: hue angle of 250.21º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595180 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 81 | 128 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.50 |
| HSL | 250.21º | 0.22% | 0.41% | - |
| HSV(B) | 250.21º | 0.37% | 0.5% | - |
| XYZ | 10.96 | 9.57 | 21.69 | - |
| YUV | 88.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 128 | 0.30 | 0.37 | 0 | 0.50 | 250.21 | 0.22 | 0.41 |
| Hex | 59 | 51 | 80 | 1E | 25 | 0 | 32 | FA | 16 | 29 |
| Octal | 131 | 121 | 200 | 36 | 45 | 0 | 62 | 372 | 26 | 51 |
| Binary | 1011001 | 1010001 | 10000000 | 11110 | 100101 | 0 | 110010 | 11111010 | 10110 | 101001 |
Color Harmonies of #595180
Complementary color
Monochromatic Colors of #595180
Black with #595180
Text Example
Text Example
White with #595180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595180; }
p { color: rgb(89,81,128); }
H1.HeaderClassName
{
color: #595180;
}
.AnyTagClassName
{
color: #595180;
}
</style>
background-color css
<style>
a { background-color: #595180; }
a { background-color: rgb(89,81,128); }
div.DivClassName
{
background-color: #595180;
}
.BgClassName
{
background-color: #595180;
}
</style>
border-color css
<style>
span { border-color: #595180; }
span { border-color: rgb(89,81,128); }
td.TdClassName
{
border-color: #595180;
}
.TagClassName
{
border-color: #595180;
}
</style>