Shades of Victoria #5A5185
Tints of Victoria #5A5185
RGB
CMYK
RGB Variations
Color information
#5A5185 (or 0x5A5185) is known color: Victoria. HEX triplet: 5A, 51 and 85. RGB value is (90,81,133). Sum of RGB (Red+Green+Blue) = 90+81+133=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5185 is #A5AE7A. Grayscale: #595959. Windows color (decimal): -10858107 or 8737114. OLE color: 8737114.
HSL color Cylindrical-coordinate representation of color #5A5185: hue angle of 250.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A5185 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 81 | 133 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.48 |
| HSL | 250.38º | 0.24% | 0.42% | - |
| HSV(B) | 250.38º | 0.39% | 0.52% | - |
| XYZ | 11.39 | 9.75 | 23.47 | - |
| YUV | 89.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 81 | 133 | 0.32 | 0.39 | 0 | 0.48 | 250.38 | 0.24 | 0.42 |
| Hex | 5A | 51 | 85 | 20 | 27 | 0 | 30 | FA | 18 | 2A |
| Octal | 132 | 121 | 205 | 40 | 47 | 0 | 60 | 372 | 30 | 52 |
| Binary | 1011010 | 1010001 | 10000101 | 100000 | 100111 | 0 | 110000 | 11111010 | 11000 | 101010 |
Color Harmonies of #5A5185
Complementary color
Monochromatic Colors of #5A5185
Black with #5A5185
Text Example
Text Example
White with #5A5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5185; }
p { color: rgb(90,81,133); }
H1.HeaderClassName
{
color: #5A5185;
}
.AnyTagClassName
{
color: #5A5185;
}
</style>
background-color css
<style>
a { background-color: #5A5185; }
a { background-color: rgb(90,81,133); }
div.DivClassName
{
background-color: #5A5185;
}
.BgClassName
{
background-color: #5A5185;
}
</style>
border-color css
<style>
span { border-color: #5A5185; }
span { border-color: rgb(90,81,133); }
td.TdClassName
{
border-color: #5A5185;
}
.TagClassName
{
border-color: #5A5185;
}
</style>