Shades of Victoria #5A528C
Tints of Victoria #5A528C
RGB
CMYK
RGB Variations
Color information
#5A528C (or 0x5A528C) is known color: Victoria. HEX triplet: 5A, 52 and 8C. RGB value is (90,82,140). Sum of RGB (Red+Green+Blue) = 90+82+140=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 82 (32.42% from 255 or 26.28% 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 #5A528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A528C is #A5AD73. Grayscale: #5A5A5A. Windows color (decimal): -10857844 or 9196122. OLE color: 9196122.
HSL color Cylindrical-coordinate representation of color #5A528C: hue angle of 248.28º 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 #5A528C is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 82 | 140 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.45 |
| HSL | 248.28º | 0.26% | 0.44% | - |
| HSV(B) | 248.28º | 0.41% | 0.55% | - |
| XYZ | 11.97 | 10.1 | 26.13 | - |
| YUV | 91 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 140 | 0.36 | 0.41 | 0 | 0.45 | 248.28 | 0.26 | 0.44 |
| Hex | 5A | 52 | 8C | 24 | 29 | 0 | 2D | F8 | 1A | 2C |
| Octal | 132 | 122 | 214 | 44 | 51 | 0 | 55 | 370 | 32 | 54 |
| Binary | 1011010 | 1010010 | 10001100 | 100100 | 101001 | 0 | 101101 | 11111000 | 11010 | 101100 |
Color Harmonies of #5A528C
Complementary color
Monochromatic Colors of #5A528C
Black with #5A528C
Text Example
Text Example
White with #5A528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A528C; }
p { color: rgb(90,82,140); }
H1.HeaderClassName
{
color: #5A528C;
}
.AnyTagClassName
{
color: #5A528C;
}
</style>
background-color css
<style>
a { background-color: #5A528C; }
a { background-color: rgb(90,82,140); }
div.DivClassName
{
background-color: #5A528C;
}
.BgClassName
{
background-color: #5A528C;
}
</style>
border-color css
<style>
span { border-color: #5A528C; }
span { border-color: rgb(90,82,140); }
td.TdClassName
{
border-color: #5A528C;
}
.TagClassName
{
border-color: #5A528C;
}
</style>