Shades of Victoria #594F92
Tints of Victoria #594F92
RGB
CMYK
RGB Variations
Color information
#594F92 (or 0x594F92) is known color: Victoria. HEX triplet: 59, 4F and 92. RGB value is (89,79,146). Sum of RGB (Red+Green+Blue) = 89+79+146=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #594F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F92 is #A6B06D. Grayscale: #595959. Windows color (decimal): -10924142 or 9588569. OLE color: 9588569.
HSL color Cylindrical-coordinate representation of color #594F92: hue angle of 248.96º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #594F92 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 79 | 146 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.43 |
| HSL | 248.96º | 0.3% | 0.44% | - |
| HSV(B) | 248.96º | 0.46% | 0.57% | - |
| XYZ | 12.1 | 9.79 | 28.45 | - |
| YUV | 89.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 146 | 0.39 | 0.46 | 0 | 0.43 | 248.96 | 0.3 | 0.44 |
| Hex | 59 | 4F | 92 | 27 | 2E | 0 | 2B | F9 | 1E | 2C |
| Octal | 131 | 117 | 222 | 47 | 56 | 0 | 53 | 371 | 36 | 54 |
| Binary | 1011001 | 1001111 | 10010010 | 100111 | 101110 | 0 | 101011 | 11111001 | 11110 | 101100 |
Color Harmonies of #594F92
Complementary color
Monochromatic Colors of #594F92
Black with #594F92
Text Example
Text Example
White with #594F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F92; }
p { color: rgb(89,79,146); }
H1.HeaderClassName
{
color: #594F92;
}
.AnyTagClassName
{
color: #594F92;
}
</style>
background-color css
<style>
a { background-color: #594F92; }
a { background-color: rgb(89,79,146); }
div.DivClassName
{
background-color: #594F92;
}
.BgClassName
{
background-color: #594F92;
}
</style>
border-color css
<style>
span { border-color: #594F92; }
span { border-color: rgb(89,79,146); }
td.TdClassName
{
border-color: #594F92;
}
.TagClassName
{
border-color: #594F92;
}
</style>