Shades of Victoria #595090
Tints of Victoria #595090
RGB
CMYK
RGB Variations
Color information
#595090 (or 0x595090) is known color: Victoria. HEX triplet: 59, 50 and 90. RGB value is (89,80,144). Sum of RGB (Red+Green+Blue) = 89+80+144=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #595090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595090 is #A6AF6F. Grayscale: #595959. Windows color (decimal): -10923888 or 9457753. OLE color: 9457753.
HSL color Cylindrical-coordinate representation of color #595090: hue angle of 248.44º degrees, saturation: 0.29, 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 #595090 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 80 | 144 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.44 |
| HSL | 248.44º | 0.29% | 0.44% | - |
| HSV(B) | 248.44º | 0.44% | 0.56% | - |
| XYZ | 12.02 | 9.87 | 27.66 | - |
| YUV | 89.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 144 | 0.38 | 0.44 | 0 | 0.44 | 248.44 | 0.29 | 0.44 |
| Hex | 59 | 50 | 90 | 26 | 2C | 0 | 2C | F8 | 1D | 2C |
| Octal | 131 | 120 | 220 | 46 | 54 | 0 | 54 | 370 | 35 | 54 |
| Binary | 1011001 | 1010000 | 10010000 | 100110 | 101100 | 0 | 101100 | 11111000 | 11101 | 101100 |
Color Harmonies of #595090
Complementary color
Monochromatic Colors of #595090
Black with #595090
Text Example
Text Example
White with #595090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595090; }
p { color: rgb(89,80,144); }
H1.HeaderClassName
{
color: #595090;
}
.AnyTagClassName
{
color: #595090;
}
</style>
background-color css
<style>
a { background-color: #595090; }
a { background-color: rgb(89,80,144); }
div.DivClassName
{
background-color: #595090;
}
.BgClassName
{
background-color: #595090;
}
</style>
border-color css
<style>
span { border-color: #595090; }
span { border-color: rgb(89,80,144); }
td.TdClassName
{
border-color: #595090;
}
.TagClassName
{
border-color: #595090;
}
</style>