Shades of Victoria #594F95
Tints of Victoria #594F95
RGB
CMYK
RGB Variations
Color information
#594F95 (or 0x594F95) is known color: Victoria. HEX triplet: 59, 4F and 95. RGB value is (89,79,149). Sum of RGB (Red+Green+Blue) = 89+79+149=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #594F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F95 is #A6B06A. Grayscale: #595959. Windows color (decimal): -10924139 or 9785177. OLE color: 9785177.
HSL color Cylindrical-coordinate representation of color #594F95: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594F95 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 79 | 149 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.42 |
| HSL | 248.57º | 0.31% | 0.45% | - |
| HSV(B) | 248.57º | 0.47% | 0.58% | - |
| XYZ | 12.34 | 9.89 | 29.69 | - |
| YUV | 89.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 149 | 0.40 | 0.47 | 0 | 0.42 | 248.57 | 0.31 | 0.45 |
| Hex | 59 | 4F | 95 | 28 | 2F | 0 | 2A | F9 | 1F | 2D |
| Octal | 131 | 117 | 225 | 50 | 57 | 0 | 52 | 371 | 37 | 55 |
| Binary | 1011001 | 1001111 | 10010101 | 101000 | 101111 | 0 | 101010 | 11111001 | 11111 | 101101 |
Color Harmonies of #594F95
Complementary color
Monochromatic Colors of #594F95
Black with #594F95
Text Example
Text Example
White with #594F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F95; }
p { color: rgb(89,79,149); }
H1.HeaderClassName
{
color: #594F95;
}
.AnyTagClassName
{
color: #594F95;
}
</style>
background-color css
<style>
a { background-color: #594F95; }
a { background-color: rgb(89,79,149); }
div.DivClassName
{
background-color: #594F95;
}
.BgClassName
{
background-color: #594F95;
}
</style>
border-color css
<style>
span { border-color: #594F95; }
span { border-color: rgb(89,79,149); }
td.TdClassName
{
border-color: #594F95;
}
.TagClassName
{
border-color: #594F95;
}
</style>