Shades of Victoria #59558C
Tints of Victoria #59558C
RGB
CMYK
RGB Variations
Color information
#59558C (or 0x59558C) is known color: Victoria. HEX triplet: 59, 55 and 8C. RGB value is (89,85,140). Sum of RGB (Red+Green+Blue) = 89+85+140=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #59558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558C is #A6AA73. Grayscale: #5C5C5C. Windows color (decimal): -10922612 or 9196889. OLE color: 9196889.
HSL color Cylindrical-coordinate representation of color #59558C: hue angle of 244.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #59558C is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 85 | 140 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.45 |
| HSL | 244.36º | 0.24% | 0.44% | - |
| HSV(B) | 244.36º | 0.39% | 0.55% | - |
| XYZ | 12.1 | 10.51 | 26.2 | - |
| YUV | 92.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 140 | 0.36 | 0.39 | 0 | 0.45 | 244.36 | 0.24 | 0.44 |
| Hex | 59 | 55 | 8C | 24 | 27 | 0 | 2D | F4 | 18 | 2C |
| Octal | 131 | 125 | 214 | 44 | 47 | 0 | 55 | 364 | 30 | 54 |
| Binary | 1011001 | 1010101 | 10001100 | 100100 | 100111 | 0 | 101101 | 11110100 | 11000 | 101100 |
Color Harmonies of #59558C
Complementary color
Monochromatic Colors of #59558C
Black with #59558C
Text Example
Text Example
White with #59558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59558C; }
p { color: rgb(89,85,140); }
H1.HeaderClassName
{
color: #59558C;
}
.AnyTagClassName
{
color: #59558C;
}
</style>
background-color css
<style>
a { background-color: #59558C; }
a { background-color: rgb(89,85,140); }
div.DivClassName
{
background-color: #59558C;
}
.BgClassName
{
background-color: #59558C;
}
</style>
border-color css
<style>
span { border-color: #59558C; }
span { border-color: rgb(89,85,140); }
td.TdClassName
{
border-color: #59558C;
}
.TagClassName
{
border-color: #59558C;
}
</style>