Shades of Victoria #594F83
Tints of Victoria #594F83
RGB
CMYK
RGB Variations
Color information
#594F83 (or 0x594F83) is known color: Victoria. HEX triplet: 59, 4F and 83. RGB value is (89,79,131). Sum of RGB (Red+Green+Blue) = 89+79+131=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #594F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F83 is #A6B07C. Grayscale: #575757. Windows color (decimal): -10924157 or 8605529. OLE color: 8605529.
HSL color Cylindrical-coordinate representation of color #594F83: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594F83 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 79 | 131 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.49 |
| HSL | 251.54º | 0.25% | 0.41% | - |
| HSV(B) | 251.54º | 0.4% | 0.51% | - |
| XYZ | 11.01 | 9.35 | 22.7 | - |
| YUV | 87.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 131 | 0.32 | 0.40 | 0 | 0.49 | 251.54 | 0.25 | 0.41 |
| Hex | 59 | 4F | 83 | 20 | 28 | 0 | 31 | FC | 19 | 29 |
| Octal | 131 | 117 | 203 | 40 | 50 | 0 | 61 | 374 | 31 | 51 |
| Binary | 1011001 | 1001111 | 10000011 | 100000 | 101000 | 0 | 110001 | 11111100 | 11001 | 101001 |
Color Harmonies of #594F83
Complementary color
Monochromatic Colors of #594F83
Black with #594F83
Text Example
Text Example
White with #594F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F83; }
p { color: rgb(89,79,131); }
H1.HeaderClassName
{
color: #594F83;
}
.AnyTagClassName
{
color: #594F83;
}
</style>
background-color css
<style>
a { background-color: #594F83; }
a { background-color: rgb(89,79,131); }
div.DivClassName
{
background-color: #594F83;
}
.BgClassName
{
background-color: #594F83;
}
</style>
border-color css
<style>
span { border-color: #594F83; }
span { border-color: rgb(89,79,131); }
td.TdClassName
{
border-color: #594F83;
}
.TagClassName
{
border-color: #594F83;
}
</style>