Shades of Victoria #504777
Tints of Victoria #504777
RGB
CMYK
RGB Variations
Color information
#504777 (or 0x504777) is known color: Victoria. HEX triplet: 50, 47 and 77. RGB value is (80,71,119). Sum of RGB (Red+Green+Blue) = 80+71+119=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #504777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504777 is #AFB888. Grayscale: #4E4E4E. Windows color (decimal): -11516041 or 7817040. OLE color: 7817040.
HSL color Cylindrical-coordinate representation of color #504777: hue angle of 251.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504777 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 71 | 119 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.53 |
| HSL | 251.25º | 0.25% | 0.37% | - |
| HSV(B) | 251.25º | 0.4% | 0.47% | - |
| XYZ | 8.89 | 7.54 | 18.44 | - |
| YUV | 79.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 119 | 0.33 | 0.40 | 0 | 0.53 | 251.25 | 0.25 | 0.37 |
| Hex | 50 | 47 | 77 | 21 | 28 | 0 | 35 | FB | 19 | 25 |
| Octal | 120 | 107 | 167 | 41 | 50 | 0 | 65 | 373 | 31 | 45 |
| Binary | 1010000 | 1000111 | 1110111 | 100001 | 101000 | 0 | 110101 | 11111011 | 11001 | 100101 |
Color Harmonies of #504777
Complementary color
Monochromatic Colors of #504777
Black with #504777
Text Example
Text Example
White with #504777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504777; }
p { color: rgb(80,71,119); }
H1.HeaderClassName
{
color: #504777;
}
.AnyTagClassName
{
color: #504777;
}
</style>
background-color css
<style>
a { background-color: #504777; }
a { background-color: rgb(80,71,119); }
div.DivClassName
{
background-color: #504777;
}
.BgClassName
{
background-color: #504777;
}
</style>
border-color css
<style>
span { border-color: #504777; }
span { border-color: rgb(80,71,119); }
td.TdClassName
{
border-color: #504777;
}
.TagClassName
{
border-color: #504777;
}
</style>