Shades of Victoria #5A5277
Tints of Victoria #5A5277
RGB
CMYK
RGB Variations
Color information
#5A5277 (or 0x5A5277) is known color: Victoria. HEX triplet: 5A, 52 and 77. RGB value is (90,82,119). Sum of RGB (Red+Green+Blue) = 90+82+119=291 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.93% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5277 is #A5AD88. Grayscale: #585858. Windows color (decimal): -10857865 or 7819866. OLE color: 7819866.
HSL color Cylindrical-coordinate representation of color #5A5277: hue angle of 252.97º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A5277 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 82 | 119 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.53 |
| HSL | 252.97º | 0.18% | 0.39% | - |
| HSV(B) | 252.97º | 0.31% | 0.47% | - |
| XYZ | 10.56 | 9.54 | 18.74 | - |
| YUV | 88.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 119 | 0.24 | 0.31 | 0 | 0.53 | 252.97 | 0.18 | 0.39 |
| Hex | 5A | 52 | 77 | 18 | 1F | 0 | 35 | FD | 12 | 27 |
| Octal | 132 | 122 | 167 | 30 | 37 | 0 | 65 | 375 | 22 | 47 |
| Binary | 1011010 | 1010010 | 1110111 | 11000 | 11111 | 0 | 110101 | 11111101 | 10010 | 100111 |
Color Harmonies of #5A5277
Complementary color
Monochromatic Colors of #5A5277
Black with #5A5277
Text Example
Text Example
White with #5A5277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5277; }
p { color: rgb(90,82,119); }
H1.HeaderClassName
{
color: #5A5277;
}
.AnyTagClassName
{
color: #5A5277;
}
</style>
background-color css
<style>
a { background-color: #5A5277; }
a { background-color: rgb(90,82,119); }
div.DivClassName
{
background-color: #5A5277;
}
.BgClassName
{
background-color: #5A5277;
}
</style>
border-color css
<style>
span { border-color: #5A5277; }
span { border-color: rgb(90,82,119); }
td.TdClassName
{
border-color: #5A5277;
}
.TagClassName
{
border-color: #5A5277;
}
</style>