Shades of Victoria #594E8F
Tints of Victoria #594E8F
RGB
CMYK
RGB Variations
Color information
#594E8F (or 0x594E8F) is known color: Victoria. HEX triplet: 59, 4E and 8F. RGB value is (89,78,143). Sum of RGB (Red+Green+Blue) = 89+78+143=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #594E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E8F is #A6B170. Grayscale: #585858. Windows color (decimal): -10924401 or 9391705. OLE color: 9391705.
HSL color Cylindrical-coordinate representation of color #594E8F: hue angle of 250.15º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #594E8F is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 78 | 143 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.44 |
| HSL | 250.15º | 0.29% | 0.43% | - |
| HSV(B) | 250.15º | 0.45% | 0.56% | - |
| XYZ | 11.8 | 9.56 | 27.21 | - |
| YUV | 88.7 | 158.64 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 143 | 0.38 | 0.45 | 0 | 0.44 | 250.15 | 0.29 | 0.43 |
| Hex | 59 | 4E | 8F | 26 | 2D | 0 | 2C | FA | 1D | 2B |
| Octal | 131 | 116 | 217 | 46 | 55 | 0 | 54 | 372 | 35 | 53 |
| Binary | 1011001 | 1001110 | 10001111 | 100110 | 101101 | 0 | 101100 | 11111010 | 11101 | 101011 |
Color Harmonies of #594E8F
Complementary color
Monochromatic Colors of #594E8F
Black with #594E8F
Text Example
Text Example
White with #594E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E8F; }
p { color: rgb(89,78,143); }
H1.HeaderClassName
{
color: #594E8F;
}
.AnyTagClassName
{
color: #594E8F;
}
</style>
background-color css
<style>
a { background-color: #594E8F; }
a { background-color: rgb(89,78,143); }
div.DivClassName
{
background-color: #594E8F;
}
.BgClassName
{
background-color: #594E8F;
}
</style>
border-color css
<style>
span { border-color: #594E8F; }
span { border-color: rgb(89,78,143); }
td.TdClassName
{
border-color: #594E8F;
}
.TagClassName
{
border-color: #594E8F;
}
</style>