Shades of Victoria #5A528B
Tints of Victoria #5A528B
RGB
CMYK
RGB Variations
Color information
#5A528B (or 0x5A528B) is known color: Victoria. HEX triplet: 5A, 52 and 8B. RGB value is (90,82,139). Sum of RGB (Red+Green+Blue) = 90+82+139=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A528B is #A5AD74. Grayscale: #5A5A5A. Windows color (decimal): -10857845 or 9130586. OLE color: 9130586.
HSL color Cylindrical-coordinate representation of color #5A528B: hue angle of 248.42º 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 #5A528B is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 82 | 139 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.45 |
| HSL | 248.42º | 0.26% | 0.43% | - |
| HSV(B) | 248.42º | 0.41% | 0.55% | - |
| XYZ | 11.89 | 10.07 | 25.74 | - |
| YUV | 90.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 139 | 0.35 | 0.41 | 0 | 0.45 | 248.42 | 0.26 | 0.43 |
| Hex | 5A | 52 | 8B | 23 | 29 | 0 | 2D | F8 | 1A | 2B |
| Octal | 132 | 122 | 213 | 43 | 51 | 0 | 55 | 370 | 32 | 53 |
| Binary | 1011010 | 1010010 | 10001011 | 100011 | 101001 | 0 | 101101 | 11111000 | 11010 | 101011 |
Color Harmonies of #5A528B
Complementary color
Monochromatic Colors of #5A528B
Black with #5A528B
Text Example
Text Example
White with #5A528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A528B; }
p { color: rgb(90,82,139); }
H1.HeaderClassName
{
color: #5A528B;
}
.AnyTagClassName
{
color: #5A528B;
}
</style>
background-color css
<style>
a { background-color: #5A528B; }
a { background-color: rgb(90,82,139); }
div.DivClassName
{
background-color: #5A528B;
}
.BgClassName
{
background-color: #5A528B;
}
</style>
border-color css
<style>
span { border-color: #5A528B; }
span { border-color: rgb(90,82,139); }
td.TdClassName
{
border-color: #5A528B;
}
.TagClassName
{
border-color: #5A528B;
}
</style>