Shades of Victoria #5A5388
Tints of Victoria #5A5388
RGB
CMYK
RGB Variations
Color information
#5A5388 (or 0x5A5388) is known color: Victoria. HEX triplet: 5A, 53 and 88. RGB value is (90,83,136). Sum of RGB (Red+Green+Blue) = 90+83+136=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5388 is #A5AC77. Grayscale: #5A5A5A. Windows color (decimal): -10857592 or 8934234. OLE color: 8934234.
HSL color Cylindrical-coordinate representation of color #5A5388: hue angle of 247.92º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5388 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 83 | 136 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.47 |
| HSL | 247.92º | 0.24% | 0.43% | - |
| HSV(B) | 247.92º | 0.39% | 0.53% | - |
| XYZ | 11.75 | 10.14 | 24.63 | - |
| YUV | 91.14 | 153.32 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 83 | 136 | 0.34 | 0.39 | 0 | 0.47 | 247.92 | 0.24 | 0.43 |
| Hex | 5A | 53 | 88 | 22 | 27 | 0 | 2F | F8 | 18 | 2B |
| Octal | 132 | 123 | 210 | 42 | 47 | 0 | 57 | 370 | 30 | 53 |
| Binary | 1011010 | 1010011 | 10001000 | 100010 | 100111 | 0 | 101111 | 11111000 | 11000 | 101011 |
Color Harmonies of #5A5388
Complementary color
Monochromatic Colors of #5A5388
Black with #5A5388
Text Example
Text Example
White with #5A5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5388; }
p { color: rgb(90,83,136); }
H1.HeaderClassName
{
color: #5A5388;
}
.AnyTagClassName
{
color: #5A5388;
}
</style>
background-color css
<style>
a { background-color: #5A5388; }
a { background-color: rgb(90,83,136); }
div.DivClassName
{
background-color: #5A5388;
}
.BgClassName
{
background-color: #5A5388;
}
</style>
border-color css
<style>
span { border-color: #5A5388; }
span { border-color: rgb(90,83,136); }
td.TdClassName
{
border-color: #5A5388;
}
.TagClassName
{
border-color: #5A5388;
}
</style>