Shades of Victoria #5A5785
Tints of Victoria #5A5785
RGB
CMYK
RGB Variations
Color information
#5A5785 (or 0x5A5785) is known color: Victoria. HEX triplet: 5A, 57 and 85. RGB value is (90,87,133). Sum of RGB (Red+Green+Blue) = 90+87+133=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A5785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A5785 is #A5A87A. Grayscale: #5C5C5C. Windows color (decimal): -10856571 or 8738650. OLE color: 8738650.
HSL color Cylindrical-coordinate representation of color #5A5785: hue angle of 243.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A5785 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 87 | 133 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.48 |
| HSL | 243.91º | 0.21% | 0.43% | - |
| HSV(B) | 243.91º | 0.35% | 0.52% | - |
| XYZ | 11.86 | 10.68 | 23.63 | - |
| YUV | 93.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 133 | 0.32 | 0.35 | 0 | 0.48 | 243.91 | 0.21 | 0.43 |
| Hex | 5A | 57 | 85 | 20 | 23 | 0 | 30 | F4 | 15 | 2B |
| Octal | 132 | 127 | 205 | 40 | 43 | 0 | 60 | 364 | 25 | 53 |
| Binary | 1011010 | 1010111 | 10000101 | 100000 | 100011 | 0 | 110000 | 11110100 | 10101 | 101011 |
Color Harmonies of #5A5785
Complementary color
Monochromatic Colors of #5A5785
Black with #5A5785
Text Example
Text Example
White with #5A5785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5785; }
p { color: rgb(90,87,133); }
H1.HeaderClassName
{
color: #5A5785;
}
.AnyTagClassName
{
color: #5A5785;
}
</style>
background-color css
<style>
a { background-color: #5A5785; }
a { background-color: rgb(90,87,133); }
div.DivClassName
{
background-color: #5A5785;
}
.BgClassName
{
background-color: #5A5785;
}
</style>
border-color css
<style>
span { border-color: #5A5785; }
span { border-color: rgb(90,87,133); }
td.TdClassName
{
border-color: #5A5785;
}
.TagClassName
{
border-color: #5A5785;
}
</style>