Shades of Victoria #504F84
Tints of Victoria #504F84
RGB
CMYK
RGB Variations
Color information
#504F84 (or 0x504F84) is known color: Victoria. HEX triplet: 50, 4F and 84. RGB value is (80,79,132). Sum of RGB (Red+Green+Blue) = 80+79+132=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #504F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F84 is #AFB07B. Grayscale: #555555. Windows color (decimal): -11513980 or 8671056. OLE color: 8671056.
HSL color Cylindrical-coordinate representation of color #504F84: hue angle of 241.13º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504F84 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 79 | 132 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.48 |
| HSL | 241.13º | 0.25% | 0.41% | - |
| HSV(B) | 241.13º | 0.4% | 0.52% | - |
| XYZ | 10.27 | 8.96 | 23.02 | - |
| YUV | 85.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 132 | 0.39 | 0.40 | 0 | 0.48 | 241.13 | 0.25 | 0.41 |
| Hex | 50 | 4F | 84 | 27 | 28 | 0 | 30 | F1 | 19 | 29 |
| Octal | 120 | 117 | 204 | 47 | 50 | 0 | 60 | 361 | 31 | 51 |
| Binary | 1010000 | 1001111 | 10000100 | 100111 | 101000 | 0 | 110000 | 11110001 | 11001 | 101001 |
Color Harmonies of #504F84
Complementary color
Monochromatic Colors of #504F84
Black with #504F84
Text Example
Text Example
White with #504F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F84; }
p { color: rgb(80,79,132); }
H1.HeaderClassName
{
color: #504F84;
}
.AnyTagClassName
{
color: #504F84;
}
</style>
background-color css
<style>
a { background-color: #504F84; }
a { background-color: rgb(80,79,132); }
div.DivClassName
{
background-color: #504F84;
}
.BgClassName
{
background-color: #504F84;
}
</style>
border-color css
<style>
span { border-color: #504F84; }
span { border-color: rgb(80,79,132); }
td.TdClassName
{
border-color: #504F84;
}
.TagClassName
{
border-color: #504F84;
}
</style>