Shades of Victoria #59558B
Tints of Victoria #59558B
RGB
CMYK
RGB Variations
Color information
#59558B (or 0x59558B) is known color: Victoria. HEX triplet: 59, 55 and 8B. RGB value is (89,85,139). Sum of RGB (Red+Green+Blue) = 89+85+139=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #59558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59558B is #A6AA74. Grayscale: #5C5C5C. Windows color (decimal): -10922613 or 9131353. OLE color: 9131353.
HSL color Cylindrical-coordinate representation of color #59558B: hue angle of 244.44º 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 #59558B is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 85 | 139 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.45 |
| HSL | 244.44º | 0.24% | 0.44% | - |
| HSV(B) | 244.44º | 0.39% | 0.55% | - |
| XYZ | 12.03 | 10.48 | 25.82 | - |
| YUV | 92.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 139 | 0.36 | 0.39 | 0 | 0.45 | 244.44 | 0.24 | 0.44 |
| Hex | 59 | 55 | 8B | 24 | 27 | 0 | 2D | F4 | 18 | 2C |
| Octal | 131 | 125 | 213 | 44 | 47 | 0 | 55 | 364 | 30 | 54 |
| Binary | 1011001 | 1010101 | 10001011 | 100100 | 100111 | 0 | 101101 | 11110100 | 11000 | 101100 |
Color Harmonies of #59558B
Complementary color
Monochromatic Colors of #59558B
Black with #59558B
Text Example
Text Example
White with #59558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59558B; }
p { color: rgb(89,85,139); }
H1.HeaderClassName
{
color: #59558B;
}
.AnyTagClassName
{
color: #59558B;
}
</style>
background-color css
<style>
a { background-color: #59558B; }
a { background-color: rgb(89,85,139); }
div.DivClassName
{
background-color: #59558B;
}
.BgClassName
{
background-color: #59558B;
}
</style>
border-color css
<style>
span { border-color: #59558B; }
span { border-color: rgb(89,85,139); }
td.TdClassName
{
border-color: #59558B;
}
.TagClassName
{
border-color: #59558B;
}
</style>