Shades of Victoria #5A5588
Tints of Victoria #5A5588
RGB
CMYK
RGB Variations
Color information
#5A5588 (or 0x5A5588) is known color: Victoria. HEX triplet: 5A, 55 and 88. RGB value is (90,85,136). Sum of RGB (Red+Green+Blue) = 90+85+136=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #5A5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5588 is #A5AA77. Grayscale: #5C5C5C. Windows color (decimal): -10857080 or 8934746. OLE color: 8934746.
HSL color Cylindrical-coordinate representation of color #5A5588: hue angle of 245.88º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A5588 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 85 | 136 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.47 |
| HSL | 245.88º | 0.23% | 0.43% | - |
| HSV(B) | 245.88º | 0.38% | 0.53% | - |
| XYZ | 11.91 | 10.45 | 24.68 | - |
| YUV | 92.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 136 | 0.34 | 0.38 | 0 | 0.47 | 245.88 | 0.23 | 0.43 |
| Hex | 5A | 55 | 88 | 22 | 26 | 0 | 2F | F6 | 17 | 2B |
| Octal | 132 | 125 | 210 | 42 | 46 | 0 | 57 | 366 | 27 | 53 |
| Binary | 1011010 | 1010101 | 10001000 | 100010 | 100110 | 0 | 101111 | 11110110 | 10111 | 101011 |
Color Harmonies of #5A5588
Complementary color
Monochromatic Colors of #5A5588
Black with #5A5588
Text Example
Text Example
White with #5A5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5588; }
p { color: rgb(90,85,136); }
H1.HeaderClassName
{
color: #5A5588;
}
.AnyTagClassName
{
color: #5A5588;
}
</style>
background-color css
<style>
a { background-color: #5A5588; }
a { background-color: rgb(90,85,136); }
div.DivClassName
{
background-color: #5A5588;
}
.BgClassName
{
background-color: #5A5588;
}
</style>
border-color css
<style>
span { border-color: #5A5588; }
span { border-color: rgb(90,85,136); }
td.TdClassName
{
border-color: #5A5588;
}
.TagClassName
{
border-color: #5A5588;
}
</style>