Shades of Victoria #595190
Tints of Victoria #595190
RGB
CMYK
RGB Variations
Color information
#595190 (or 0x595190) is known color: Victoria. HEX triplet: 59, 51 and 90. RGB value is (89,81,144). Sum of RGB (Red+Green+Blue) = 89+81+144=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #595190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595190 is #A6AE6F. Grayscale: #5A5A5A. Windows color (decimal): -10923632 or 9458009. OLE color: 9458009.
HSL color Cylindrical-coordinate representation of color #595190: hue angle of 247.62º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #595190 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 81 | 144 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.44 |
| HSL | 247.62º | 0.28% | 0.44% | - |
| HSV(B) | 247.62º | 0.44% | 0.56% | - |
| XYZ | 12.1 | 10.02 | 27.68 | - |
| YUV | 90.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 144 | 0.38 | 0.44 | 0 | 0.44 | 247.62 | 0.28 | 0.44 |
| Hex | 59 | 51 | 90 | 26 | 2C | 0 | 2C | F8 | 1C | 2C |
| Octal | 131 | 121 | 220 | 46 | 54 | 0 | 54 | 370 | 34 | 54 |
| Binary | 1011001 | 1010001 | 10010000 | 100110 | 101100 | 0 | 101100 | 11111000 | 11100 | 101100 |
Color Harmonies of #595190
Complementary color
Monochromatic Colors of #595190
Black with #595190
Text Example
Text Example
White with #595190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595190; }
p { color: rgb(89,81,144); }
H1.HeaderClassName
{
color: #595190;
}
.AnyTagClassName
{
color: #595190;
}
</style>
background-color css
<style>
a { background-color: #595190; }
a { background-color: rgb(89,81,144); }
div.DivClassName
{
background-color: #595190;
}
.BgClassName
{
background-color: #595190;
}
</style>
border-color css
<style>
span { border-color: #595190; }
span { border-color: rgb(89,81,144); }
td.TdClassName
{
border-color: #595190;
}
.TagClassName
{
border-color: #595190;
}
</style>