Shades of Victoria #504781
Tints of Victoria #504781
RGB
CMYK
RGB Variations
Color information
#504781 (or 0x504781) is known color: Victoria. HEX triplet: 50, 47 and 81. RGB value is (80,71,129). Sum of RGB (Red+Green+Blue) = 80+71+129=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #504781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504781 is #AFB87E. Grayscale: #505050. Windows color (decimal): -11516031 or 8472400. OLE color: 8472400.
HSL color Cylindrical-coordinate representation of color #504781: hue angle of 249.31º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #504781 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 71 | 129 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.49 |
| HSL | 249.31º | 0.29% | 0.39% | - |
| HSV(B) | 249.31º | 0.45% | 0.51% | - |
| XYZ | 9.52 | 7.8 | 21.77 | - |
| YUV | 80.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 129 | 0.38 | 0.45 | 0 | 0.49 | 249.31 | 0.29 | 0.39 |
| Hex | 50 | 47 | 81 | 26 | 2D | 0 | 31 | F9 | 1D | 27 |
| Octal | 120 | 107 | 201 | 46 | 55 | 0 | 61 | 371 | 35 | 47 |
| Binary | 1010000 | 1000111 | 10000001 | 100110 | 101101 | 0 | 110001 | 11111001 | 11101 | 100111 |
Color Harmonies of #504781
Complementary color
Monochromatic Colors of #504781
Black with #504781
Text Example
Text Example
White with #504781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504781; }
p { color: rgb(80,71,129); }
H1.HeaderClassName
{
color: #504781;
}
.AnyTagClassName
{
color: #504781;
}
</style>
background-color css
<style>
a { background-color: #504781; }
a { background-color: rgb(80,71,129); }
div.DivClassName
{
background-color: #504781;
}
.BgClassName
{
background-color: #504781;
}
</style>
border-color css
<style>
span { border-color: #504781; }
span { border-color: rgb(80,71,129); }
td.TdClassName
{
border-color: #504781;
}
.TagClassName
{
border-color: #504781;
}
</style>