Shades of Victoria #59568A
Tints of Victoria #59568A
RGB
CMYK
RGB Variations
Color information
#59568A (or 0x59568A) is known color: Victoria. HEX triplet: 59, 56 and 8A. RGB value is (89,86,138). Sum of RGB (Red+Green+Blue) = 89+86+138=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #59568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59568A is #A6A975. Grayscale: #5C5C5C. Windows color (decimal): -10922358 or 9066073. OLE color: 9066073.
HSL color Cylindrical-coordinate representation of color #59568A: hue angle of 243.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59568A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 86 | 138 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.46 |
| HSL | 243.46º | 0.23% | 0.44% | - |
| HSV(B) | 243.46º | 0.38% | 0.54% | - |
| XYZ | 12.04 | 10.61 | 25.46 | - |
| YUV | 92.83 | 153.49 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 138 | 0.36 | 0.38 | 0 | 0.46 | 243.46 | 0.23 | 0.44 |
| Hex | 59 | 56 | 8A | 24 | 26 | 0 | 2E | F3 | 17 | 2C |
| Octal | 131 | 126 | 212 | 44 | 46 | 0 | 56 | 363 | 27 | 54 |
| Binary | 1011001 | 1010110 | 10001010 | 100100 | 100110 | 0 | 101110 | 11110011 | 10111 | 101100 |
Color Harmonies of #59568A
Complementary color
Monochromatic Colors of #59568A
Black with #59568A
Text Example
Text Example
White with #59568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59568A; }
p { color: rgb(89,86,138); }
H1.HeaderClassName
{
color: #59568A;
}
.AnyTagClassName
{
color: #59568A;
}
</style>
background-color css
<style>
a { background-color: #59568A; }
a { background-color: rgb(89,86,138); }
div.DivClassName
{
background-color: #59568A;
}
.BgClassName
{
background-color: #59568A;
}
</style>
border-color css
<style>
span { border-color: #59568A; }
span { border-color: rgb(89,86,138); }
td.TdClassName
{
border-color: #59568A;
}
.TagClassName
{
border-color: #59568A;
}
</style>