Shades of Victoria #59538C
Tints of Victoria #59538C
RGB
CMYK
RGB Variations
Color information
#59538C (or 0x59538C) is known color: Victoria. HEX triplet: 59, 53 and 8C. RGB value is (89,83,140). Sum of RGB (Red+Green+Blue) = 89+83+140=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #59538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59538C is #A6AC73. Grayscale: #5B5B5B. Windows color (decimal): -10923124 or 9196377. OLE color: 9196377.
HSL color Cylindrical-coordinate representation of color #59538C: hue angle of 246.32º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59538C is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 83 | 140 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.45 |
| HSL | 246.32º | 0.26% | 0.44% | - |
| HSV(B) | 246.32º | 0.41% | 0.55% | - |
| XYZ | 11.95 | 10.2 | 26.15 | - |
| YUV | 91.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 140 | 0.36 | 0.41 | 0 | 0.45 | 246.32 | 0.26 | 0.44 |
| Hex | 59 | 53 | 8C | 24 | 29 | 0 | 2D | F6 | 1A | 2C |
| Octal | 131 | 123 | 214 | 44 | 51 | 0 | 55 | 366 | 32 | 54 |
| Binary | 1011001 | 1010011 | 10001100 | 100100 | 101001 | 0 | 101101 | 11110110 | 11010 | 101100 |
Color Harmonies of #59538C
Complementary color
Monochromatic Colors of #59538C
Black with #59538C
Text Example
Text Example
White with #59538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59538C; }
p { color: rgb(89,83,140); }
H1.HeaderClassName
{
color: #59538C;
}
.AnyTagClassName
{
color: #59538C;
}
</style>
background-color css
<style>
a { background-color: #59538C; }
a { background-color: rgb(89,83,140); }
div.DivClassName
{
background-color: #59538C;
}
.BgClassName
{
background-color: #59538C;
}
</style>
border-color css
<style>
span { border-color: #59538C; }
span { border-color: rgb(89,83,140); }
td.TdClassName
{
border-color: #59538C;
}
.TagClassName
{
border-color: #59538C;
}
</style>