Shades of Victoria #59528B
Tints of Victoria #59528B
RGB
CMYK
RGB Variations
Color information
#59528B (or 0x59528B) is known color: Victoria. HEX triplet: 59, 52 and 8B. RGB value is (89,82,139). Sum of RGB (Red+Green+Blue) = 89+82+139=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #59528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59528B is #A6AD74. Grayscale: #5A5A5A. Windows color (decimal): -10923381 or 9130585. OLE color: 9130585.
HSL color Cylindrical-coordinate representation of color #59528B: hue angle of 247.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #59528B is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 82 | 139 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.45 |
| HSL | 247.37º | 0.26% | 0.43% | - |
| HSV(B) | 247.37º | 0.41% | 0.55% | - |
| XYZ | 11.8 | 10.02 | 25.74 | - |
| YUV | 90.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 139 | 0.36 | 0.41 | 0 | 0.45 | 247.37 | 0.26 | 0.43 |
| Hex | 59 | 52 | 8B | 24 | 29 | 0 | 2D | F7 | 1A | 2B |
| Octal | 131 | 122 | 213 | 44 | 51 | 0 | 55 | 367 | 32 | 53 |
| Binary | 1011001 | 1010010 | 10001011 | 100100 | 101001 | 0 | 101101 | 11110111 | 11010 | 101011 |
Color Harmonies of #59528B
Complementary color
Monochromatic Colors of #59528B
Black with #59528B
Text Example
Text Example
White with #59528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59528B; }
p { color: rgb(89,82,139); }
H1.HeaderClassName
{
color: #59528B;
}
.AnyTagClassName
{
color: #59528B;
}
</style>
background-color css
<style>
a { background-color: #59528B; }
a { background-color: rgb(89,82,139); }
div.DivClassName
{
background-color: #59528B;
}
.BgClassName
{
background-color: #59528B;
}
</style>
border-color css
<style>
span { border-color: #59528B; }
span { border-color: rgb(89,82,139); }
td.TdClassName
{
border-color: #59528B;
}
.TagClassName
{
border-color: #59528B;
}
</style>