Shades of Victoria #504A84
Tints of Victoria #504A84
RGB
CMYK
RGB Variations
Color information
#504A84 (or 0x504A84) is known color: Victoria. HEX triplet: 50, 4A and 84. RGB value is (80,74,132). Sum of RGB (Red+Green+Blue) = 80+74+132=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #504A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A84 is #AFB57B. Grayscale: #525252. Windows color (decimal): -11515260 or 8669776. OLE color: 8669776.
HSL color Cylindrical-coordinate representation of color #504A84: hue angle of 246.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #504A84 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 74 | 132 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.48 |
| HSL | 246.21º | 0.28% | 0.4% | - |
| HSV(B) | 246.21º | 0.44% | 0.52% | - |
| XYZ | 9.92 | 8.27 | 22.9 | - |
| YUV | 82.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 132 | 0.39 | 0.44 | 0 | 0.48 | 246.21 | 0.28 | 0.4 |
| Hex | 50 | 4A | 84 | 27 | 2C | 0 | 30 | F6 | 1C | 28 |
| Octal | 120 | 112 | 204 | 47 | 54 | 0 | 60 | 366 | 34 | 50 |
| Binary | 1010000 | 1001010 | 10000100 | 100111 | 101100 | 0 | 110000 | 11110110 | 11100 | 101000 |
Color Harmonies of #504A84
Complementary color
Monochromatic Colors of #504A84
Black with #504A84
Text Example
Text Example
White with #504A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A84; }
p { color: rgb(80,74,132); }
H1.HeaderClassName
{
color: #504A84;
}
.AnyTagClassName
{
color: #504A84;
}
</style>
background-color css
<style>
a { background-color: #504A84; }
a { background-color: rgb(80,74,132); }
div.DivClassName
{
background-color: #504A84;
}
.BgClassName
{
background-color: #504A84;
}
</style>
border-color css
<style>
span { border-color: #504A84; }
span { border-color: rgb(80,74,132); }
td.TdClassName
{
border-color: #504A84;
}
.TagClassName
{
border-color: #504A84;
}
</style>