Shades of Victoria #5A5687
Tints of Victoria #5A5687
RGB
CMYK
RGB Variations
Color information
#5A5687 (or 0x5A5687) is known color: Victoria. HEX triplet: 5A, 56 and 87. RGB value is (90,86,135). Sum of RGB (Red+Green+Blue) = 90+86+135=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A5687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5687 is #A5A978. Grayscale: #5C5C5C. Windows color (decimal): -10856825 or 8869466. OLE color: 8869466.
HSL color Cylindrical-coordinate representation of color #5A5687: hue angle of 244.9º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A5687 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 86 | 135 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.47 |
| HSL | 244.9º | 0.22% | 0.43% | - |
| HSV(B) | 244.9º | 0.36% | 0.53% | - |
| XYZ | 11.92 | 10.58 | 24.34 | - |
| YUV | 92.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 135 | 0.33 | 0.36 | 0 | 0.47 | 244.9 | 0.22 | 0.43 |
| Hex | 5A | 56 | 87 | 21 | 24 | 0 | 2F | F5 | 16 | 2B |
| Octal | 132 | 126 | 207 | 41 | 44 | 0 | 57 | 365 | 26 | 53 |
| Binary | 1011010 | 1010110 | 10000111 | 100001 | 100100 | 0 | 101111 | 11110101 | 10110 | 101011 |
Color Harmonies of #5A5687
Complementary color
Monochromatic Colors of #5A5687
Black with #5A5687
Text Example
Text Example
White with #5A5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5687; }
p { color: rgb(90,86,135); }
H1.HeaderClassName
{
color: #5A5687;
}
.AnyTagClassName
{
color: #5A5687;
}
</style>
background-color css
<style>
a { background-color: #5A5687; }
a { background-color: rgb(90,86,135); }
div.DivClassName
{
background-color: #5A5687;
}
.BgClassName
{
background-color: #5A5687;
}
</style>
border-color css
<style>
span { border-color: #5A5687; }
span { border-color: rgb(90,86,135); }
td.TdClassName
{
border-color: #5A5687;
}
.TagClassName
{
border-color: #5A5687;
}
</style>