Shades of Victoria #594E94
Tints of Victoria #594E94
RGB
CMYK
RGB Variations
Color information
#594E94 (or 0x594E94) is known color: Victoria. HEX triplet: 59, 4E and 94. RGB value is (89,78,148). Sum of RGB (Red+Green+Blue) = 89+78+148=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #594E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E94 is #A6B16B. Grayscale: #595959. Windows color (decimal): -10924396 or 9719385. OLE color: 9719385.
HSL color Cylindrical-coordinate representation of color #594E94: hue angle of 249.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594E94 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 78 | 148 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.42 |
| HSL | 249.43º | 0.31% | 0.44% | - |
| HSV(B) | 249.43º | 0.47% | 0.58% | - |
| XYZ | 12.19 | 9.71 | 29.25 | - |
| YUV | 89.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 148 | 0.40 | 0.47 | 0 | 0.42 | 249.43 | 0.31 | 0.44 |
| Hex | 59 | 4E | 94 | 28 | 2F | 0 | 2A | F9 | 1F | 2C |
| Octal | 131 | 116 | 224 | 50 | 57 | 0 | 52 | 371 | 37 | 54 |
| Binary | 1011001 | 1001110 | 10010100 | 101000 | 101111 | 0 | 101010 | 11111001 | 11111 | 101100 |
Color Harmonies of #594E94
Complementary color
Monochromatic Colors of #594E94
Black with #594E94
Text Example
Text Example
White with #594E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E94; }
p { color: rgb(89,78,148); }
H1.HeaderClassName
{
color: #594E94;
}
.AnyTagClassName
{
color: #594E94;
}
</style>
background-color css
<style>
a { background-color: #594E94; }
a { background-color: rgb(89,78,148); }
div.DivClassName
{
background-color: #594E94;
}
.BgClassName
{
background-color: #594E94;
}
</style>
border-color css
<style>
span { border-color: #594E94; }
span { border-color: rgb(89,78,148); }
td.TdClassName
{
border-color: #594E94;
}
.TagClassName
{
border-color: #594E94;
}
</style>