Shades of Victoria #5A507C
Tints of Victoria #5A507C
RGB
CMYK
RGB Variations
Color information
#5A507C (or 0x5A507C) is known color: Victoria. HEX triplet: 5A, 50 and 7C. RGB value is (90,80,124). Sum of RGB (Red+Green+Blue) = 90+80+124=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A507C is #A5AF83. Grayscale: #575757. Windows color (decimal): -10858372 or 8147034. OLE color: 8147034.
HSL color Cylindrical-coordinate representation of color #5A507C: hue angle of 253.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A507C is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 80 | 124 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.51 |
| HSL | 253.64º | 0.22% | 0.4% | - |
| HSV(B) | 253.64º | 0.35% | 0.49% | - |
| XYZ | 10.72 | 9.37 | 20.31 | - |
| YUV | 88.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 124 | 0.27 | 0.35 | 0 | 0.51 | 253.64 | 0.22 | 0.4 |
| Hex | 5A | 50 | 7C | 1B | 23 | 0 | 33 | FE | 16 | 28 |
| Octal | 132 | 120 | 174 | 33 | 43 | 0 | 63 | 376 | 26 | 50 |
| Binary | 1011010 | 1010000 | 1111100 | 11011 | 100011 | 0 | 110011 | 11111110 | 10110 | 101000 |
Color Harmonies of #5A507C
Complementary color
Monochromatic Colors of #5A507C
Black with #5A507C
Text Example
Text Example
White with #5A507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A507C; }
p { color: rgb(90,80,124); }
H1.HeaderClassName
{
color: #5A507C;
}
.AnyTagClassName
{
color: #5A507C;
}
</style>
background-color css
<style>
a { background-color: #5A507C; }
a { background-color: rgb(90,80,124); }
div.DivClassName
{
background-color: #5A507C;
}
.BgClassName
{
background-color: #5A507C;
}
</style>
border-color css
<style>
span { border-color: #5A507C; }
span { border-color: rgb(90,80,124); }
td.TdClassName
{
border-color: #5A507C;
}
.TagClassName
{
border-color: #5A507C;
}
</style>