Shades of Victoria #59547D
Tints of Victoria #59547D
RGB
CMYK
RGB Variations
Color information
#59547D (or 0x59547D) is known color: Victoria. HEX triplet: 59, 54 and 7D. RGB value is (89,84,125). Sum of RGB (Red+Green+Blue) = 89+84+125=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 125 - color contains mainly: blue. Hex color #59547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59547D is #A6AB82. Grayscale: #5A5A5A. Windows color (decimal): -10922883 or 8213593. OLE color: 8213593.
HSL color Cylindrical-coordinate representation of color #59547D: hue angle of 247.32º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59547D is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 84 | 125 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.51 |
| HSL | 247.32º | 0.2% | 0.41% | - |
| HSV(B) | 247.32º | 0.33% | 0.49% | - |
| XYZ | 10.99 | 9.95 | 20.74 | - |
| YUV | 90.17 | 147.66 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 125 | 0.29 | 0.33 | 0 | 0.51 | 247.32 | 0.2 | 0.41 |
| Hex | 59 | 54 | 7D | 1D | 21 | 0 | 33 | F7 | 14 | 29 |
| Octal | 131 | 124 | 175 | 35 | 41 | 0 | 63 | 367 | 24 | 51 |
| Binary | 1011001 | 1010100 | 1111101 | 11101 | 100001 | 0 | 110011 | 11110111 | 10100 | 101001 |
Color Harmonies of #59547D
Complementary color
Monochromatic Colors of #59547D
Black with #59547D
Text Example
Text Example
White with #59547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59547D; }
p { color: rgb(89,84,125); }
H1.HeaderClassName
{
color: #59547D;
}
.AnyTagClassName
{
color: #59547D;
}
</style>
background-color css
<style>
a { background-color: #59547D; }
a { background-color: rgb(89,84,125); }
div.DivClassName
{
background-color: #59547D;
}
.BgClassName
{
background-color: #59547D;
}
</style>
border-color css
<style>
span { border-color: #59547D; }
span { border-color: rgb(89,84,125); }
td.TdClassName
{
border-color: #59547D;
}
.TagClassName
{
border-color: #59547D;
}
</style>