Shades of Victoria #594D97
Tints of Victoria #594D97
RGB
CMYK
RGB Variations
Color information
#594D97 (or 0x594D97) is known color: Victoria. HEX triplet: 59, 4D and 97. RGB value is (89,77,151). Sum of RGB (Red+Green+Blue) = 89+77+151=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 151 (59.38% from 255 or 47.63% from 317); Max value from RGB is 151 - color contains mainly: blue. Hex color #594D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D97 is #A6B268. Grayscale: #585858. Windows color (decimal): -10924649 or 9915737. OLE color: 9915737.
HSL color Cylindrical-coordinate representation of color #594D97: hue angle of 249.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594D97 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 77 | 151 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.41 |
| HSL | 249.73º | 0.32% | 0.45% | - |
| HSV(B) | 249.73º | 0.49% | 0.59% | - |
| XYZ | 12.36 | 9.67 | 30.49 | - |
| YUV | 89.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 151 | 0.41 | 0.49 | 0 | 0.41 | 249.73 | 0.32 | 0.45 |
| Hex | 59 | 4D | 97 | 29 | 31 | 0 | 29 | FA | 20 | 2D |
| Octal | 131 | 115 | 227 | 51 | 61 | 0 | 51 | 372 | 40 | 55 |
| Binary | 1011001 | 1001101 | 10010111 | 101001 | 110001 | 0 | 101001 | 11111010 | 100000 | 101101 |
Color Harmonies of #594D97
Complementary color
Monochromatic Colors of #594D97
Black with #594D97
Text Example
Text Example
White with #594D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D97; }
p { color: rgb(89,77,151); }
H1.HeaderClassName
{
color: #594D97;
}
.AnyTagClassName
{
color: #594D97;
}
</style>
background-color css
<style>
a { background-color: #594D97; }
a { background-color: rgb(89,77,151); }
div.DivClassName
{
background-color: #594D97;
}
.BgClassName
{
background-color: #594D97;
}
</style>
border-color css
<style>
span { border-color: #594D97; }
span { border-color: rgb(89,77,151); }
td.TdClassName
{
border-color: #594D97;
}
.TagClassName
{
border-color: #594D97;
}
</style>