Shades of Victoria #504980
Tints of Victoria #504980
RGB
CMYK
RGB Variations
Color information
#504980 (or 0x504980) is known color: Victoria. HEX triplet: 50, 49 and 80. RGB value is (80,73,128). Sum of RGB (Red+Green+Blue) = 80+73+128=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #504980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504980 is #AFB67F. Grayscale: #515151. Windows color (decimal): -11515520 or 8407376. OLE color: 8407376.
HSL color Cylindrical-coordinate representation of color #504980: hue angle of 247.64º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504980 is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 73 | 128 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.50 |
| HSL | 247.64º | 0.27% | 0.39% | - |
| HSV(B) | 247.64º | 0.43% | 0.5% | - |
| XYZ | 9.59 | 8.03 | 21.47 | - |
| YUV | 81.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 128 | 0.38 | 0.43 | 0 | 0.50 | 247.64 | 0.27 | 0.39 |
| Hex | 50 | 49 | 80 | 26 | 2B | 0 | 32 | F8 | 1B | 27 |
| Octal | 120 | 111 | 200 | 46 | 53 | 0 | 62 | 370 | 33 | 47 |
| Binary | 1010000 | 1001001 | 10000000 | 100110 | 101011 | 0 | 110010 | 11111000 | 11011 | 100111 |
Color Harmonies of #504980
Complementary color
Monochromatic Colors of #504980
Black with #504980
Text Example
Text Example
White with #504980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504980; }
p { color: rgb(80,73,128); }
H1.HeaderClassName
{
color: #504980;
}
.AnyTagClassName
{
color: #504980;
}
</style>
background-color css
<style>
a { background-color: #504980; }
a { background-color: rgb(80,73,128); }
div.DivClassName
{
background-color: #504980;
}
.BgClassName
{
background-color: #504980;
}
</style>
border-color css
<style>
span { border-color: #504980; }
span { border-color: rgb(80,73,128); }
td.TdClassName
{
border-color: #504980;
}
.TagClassName
{
border-color: #504980;
}
</style>