Shades of Victoria #59508F
Tints of Victoria #59508F
RGB
CMYK
RGB Variations
Color information
#59508F (or 0x59508F) is known color: Victoria. HEX triplet: 59, 50 and 8F. RGB value is (89,80,143). Sum of RGB (Red+Green+Blue) = 89+80+143=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 143 (56.25% from 255 or 45.83% from 312); Max value from RGB is 143 - color contains mainly: blue. Hex color #59508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508F is #A6AF70. Grayscale: #595959. Windows color (decimal): -10923889 or 9392217. OLE color: 9392217.
HSL color Cylindrical-coordinate representation of color #59508F: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59508F is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 80 | 143 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.44 |
| HSL | 248.57º | 0.28% | 0.44% | - |
| HSV(B) | 248.57º | 0.44% | 0.56% | - |
| XYZ | 11.95 | 9.84 | 27.26 | - |
| YUV | 89.87 | 157.98 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 143 | 0.38 | 0.44 | 0 | 0.44 | 248.57 | 0.28 | 0.44 |
| Hex | 59 | 50 | 8F | 26 | 2C | 0 | 2C | F9 | 1C | 2C |
| Octal | 131 | 120 | 217 | 46 | 54 | 0 | 54 | 371 | 34 | 54 |
| Binary | 1011001 | 1010000 | 10001111 | 100110 | 101100 | 0 | 101100 | 11111001 | 11100 | 101100 |
Color Harmonies of #59508F
Complementary color
Monochromatic Colors of #59508F
Black with #59508F
Text Example
Text Example
White with #59508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59508F; }
p { color: rgb(89,80,143); }
H1.HeaderClassName
{
color: #59508F;
}
.AnyTagClassName
{
color: #59508F;
}
</style>
background-color css
<style>
a { background-color: #59508F; }
a { background-color: rgb(89,80,143); }
div.DivClassName
{
background-color: #59508F;
}
.BgClassName
{
background-color: #59508F;
}
</style>
border-color css
<style>
span { border-color: #59508F; }
span { border-color: rgb(89,80,143); }
td.TdClassName
{
border-color: #59508F;
}
.TagClassName
{
border-color: #59508F;
}
</style>