Shades of Victoria #504978
Tints of Victoria #504978
RGB
CMYK
RGB Variations
Color information
#504978 (or 0x504978) is known color: Victoria. HEX triplet: 50, 49 and 78. RGB value is (80,73,120). Sum of RGB (Red+Green+Blue) = 80+73+120=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #504978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504978 is #AFB687. Grayscale: #505050. Windows color (decimal): -11515528 or 7883088. OLE color: 7883088.
HSL color Cylindrical-coordinate representation of color #504978: hue angle of 248.94º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504978 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 73 | 120 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.53 |
| HSL | 248.94º | 0.24% | 0.38% | - |
| HSV(B) | 248.94º | 0.39% | 0.47% | - |
| XYZ | 9.08 | 7.83 | 18.8 | - |
| YUV | 80.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 73 | 120 | 0.33 | 0.39 | 0 | 0.53 | 248.94 | 0.24 | 0.38 |
| Hex | 50 | 49 | 78 | 21 | 27 | 0 | 35 | F9 | 18 | 26 |
| Octal | 120 | 111 | 170 | 41 | 47 | 0 | 65 | 371 | 30 | 46 |
| Binary | 1010000 | 1001001 | 1111000 | 100001 | 100111 | 0 | 110101 | 11111001 | 11000 | 100110 |
Color Harmonies of #504978
Complementary color
Monochromatic Colors of #504978
Black with #504978
Text Example
Text Example
White with #504978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504978; }
p { color: rgb(80,73,120); }
H1.HeaderClassName
{
color: #504978;
}
.AnyTagClassName
{
color: #504978;
}
</style>
background-color css
<style>
a { background-color: #504978; }
a { background-color: rgb(80,73,120); }
div.DivClassName
{
background-color: #504978;
}
.BgClassName
{
background-color: #504978;
}
</style>
border-color css
<style>
span { border-color: #504978; }
span { border-color: rgb(80,73,120); }
td.TdClassName
{
border-color: #504978;
}
.TagClassName
{
border-color: #504978;
}
</style>