Shades of Victoria #594D90
Tints of Victoria #594D90
RGB
CMYK
RGB Variations
Color information
#594D90 (or 0x594D90) is known color: Victoria. HEX triplet: 59, 4D and 90. RGB value is (89,77,144). Sum of RGB (Red+Green+Blue) = 89+77+144=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #594D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D90 is #A6B26F. Grayscale: #575757. Windows color (decimal): -10924656 or 9456985. OLE color: 9456985.
HSL color Cylindrical-coordinate representation of color #594D90: hue angle of 250.75º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594D90 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 77 | 144 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.44 |
| HSL | 250.75º | 0.3% | 0.43% | - |
| HSV(B) | 250.75º | 0.47% | 0.56% | - |
| XYZ | 11.81 | 9.45 | 27.59 | - |
| YUV | 88.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 144 | 0.38 | 0.47 | 0 | 0.44 | 250.75 | 0.3 | 0.43 |
| Hex | 59 | 4D | 90 | 26 | 2F | 0 | 2C | FB | 1E | 2B |
| Octal | 131 | 115 | 220 | 46 | 57 | 0 | 54 | 373 | 36 | 53 |
| Binary | 1011001 | 1001101 | 10010000 | 100110 | 101111 | 0 | 101100 | 11111011 | 11110 | 101011 |
Color Harmonies of #594D90
Complementary color
Monochromatic Colors of #594D90
Black with #594D90
Text Example
Text Example
White with #594D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D90; }
p { color: rgb(89,77,144); }
H1.HeaderClassName
{
color: #594D90;
}
.AnyTagClassName
{
color: #594D90;
}
</style>
background-color css
<style>
a { background-color: #594D90; }
a { background-color: rgb(89,77,144); }
div.DivClassName
{
background-color: #594D90;
}
.BgClassName
{
background-color: #594D90;
}
</style>
border-color css
<style>
span { border-color: #594D90; }
span { border-color: rgb(89,77,144); }
td.TdClassName
{
border-color: #594D90;
}
.TagClassName
{
border-color: #594D90;
}
</style>