Shades of Victoria #504785
Tints of Victoria #504785
RGB
CMYK
RGB Variations
Color information
#504785 (or 0x504785) is known color: Victoria. HEX triplet: 50, 47 and 85. RGB value is (80,71,133). Sum of RGB (Red+Green+Blue) = 80+71+133=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #504785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504785 is #AFB87A. Grayscale: #505050. Windows color (decimal): -11516027 or 8734544. OLE color: 8734544.
HSL color Cylindrical-coordinate representation of color #504785: hue angle of 248.71º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #504785 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 71 | 133 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.48 |
| HSL | 248.71º | 0.3% | 0.4% | - |
| HSV(B) | 248.71º | 0.47% | 0.52% | - |
| XYZ | 9.8 | 7.91 | 23.2 | - |
| YUV | 80.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 133 | 0.40 | 0.47 | 0 | 0.48 | 248.71 | 0.3 | 0.4 |
| Hex | 50 | 47 | 85 | 28 | 2F | 0 | 30 | F9 | 1E | 28 |
| Octal | 120 | 107 | 205 | 50 | 57 | 0 | 60 | 371 | 36 | 50 |
| Binary | 1010000 | 1000111 | 10000101 | 101000 | 101111 | 0 | 110000 | 11111001 | 11110 | 101000 |
Color Harmonies of #504785
Complementary color
Monochromatic Colors of #504785
Black with #504785
Text Example
Text Example
White with #504785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504785; }
p { color: rgb(80,71,133); }
H1.HeaderClassName
{
color: #504785;
}
.AnyTagClassName
{
color: #504785;
}
</style>
background-color css
<style>
a { background-color: #504785; }
a { background-color: rgb(80,71,133); }
div.DivClassName
{
background-color: #504785;
}
.BgClassName
{
background-color: #504785;
}
</style>
border-color css
<style>
span { border-color: #504785; }
span { border-color: rgb(80,71,133); }
td.TdClassName
{
border-color: #504785;
}
.TagClassName
{
border-color: #504785;
}
</style>