Shades of Victoria #594F90
Tints of Victoria #594F90
RGB
CMYK
RGB Variations
Color information
#594F90 (or 0x594F90) is known color: Victoria. HEX triplet: 59, 4F and 90. RGB value is (89,79,144). Sum of RGB (Red+Green+Blue) = 89+79+144=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #594F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F90 is #A6B06F. Grayscale: #595959. Windows color (decimal): -10924144 or 9457497. OLE color: 9457497.
HSL color Cylindrical-coordinate representation of color #594F90: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #594F90 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 79 | 144 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.44 |
| HSL | 249.23º | 0.29% | 0.44% | - |
| HSV(B) | 249.23º | 0.45% | 0.56% | - |
| XYZ | 11.95 | 9.73 | 27.63 | - |
| YUV | 89.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 144 | 0.38 | 0.45 | 0 | 0.44 | 249.23 | 0.29 | 0.44 |
| Hex | 59 | 4F | 90 | 26 | 2D | 0 | 2C | F9 | 1D | 2C |
| Octal | 131 | 117 | 220 | 46 | 55 | 0 | 54 | 371 | 35 | 54 |
| Binary | 1011001 | 1001111 | 10010000 | 100110 | 101101 | 0 | 101100 | 11111001 | 11101 | 101100 |
Color Harmonies of #594F90
Complementary color
Monochromatic Colors of #594F90
Black with #594F90
Text Example
Text Example
White with #594F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F90; }
p { color: rgb(89,79,144); }
H1.HeaderClassName
{
color: #594F90;
}
.AnyTagClassName
{
color: #594F90;
}
</style>
background-color css
<style>
a { background-color: #594F90; }
a { background-color: rgb(89,79,144); }
div.DivClassName
{
background-color: #594F90;
}
.BgClassName
{
background-color: #594F90;
}
</style>
border-color css
<style>
span { border-color: #594F90; }
span { border-color: rgb(89,79,144); }
td.TdClassName
{
border-color: #594F90;
}
.TagClassName
{
border-color: #594F90;
}
</style>