Shades of Victoria #504C84
Tints of Victoria #504C84
RGB
CMYK
RGB Variations
Color information
#504C84 (or 0x504C84) is known color: Victoria. HEX triplet: 50, 4C and 84. RGB value is (80,76,132). Sum of RGB (Red+Green+Blue) = 80+76+132=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #504C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504C84 is #AFB37B. Grayscale: #535353. Windows color (decimal): -11514748 or 8670288. OLE color: 8670288.
HSL color Cylindrical-coordinate representation of color #504C84: hue angle of 244.29º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504C84 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 76 | 132 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.48 |
| HSL | 244.29º | 0.27% | 0.41% | - |
| HSV(B) | 244.29º | 0.42% | 0.52% | - |
| XYZ | 10.06 | 8.54 | 22.95 | - |
| YUV | 83.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 132 | 0.39 | 0.42 | 0 | 0.48 | 244.29 | 0.27 | 0.41 |
| Hex | 50 | 4C | 84 | 27 | 2A | 0 | 30 | F4 | 1B | 29 |
| Octal | 120 | 114 | 204 | 47 | 52 | 0 | 60 | 364 | 33 | 51 |
| Binary | 1010000 | 1001100 | 10000100 | 100111 | 101010 | 0 | 110000 | 11110100 | 11011 | 101001 |
Color Harmonies of #504C84
Complementary color
Monochromatic Colors of #504C84
Black with #504C84
Text Example
Text Example
White with #504C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C84; }
p { color: rgb(80,76,132); }
H1.HeaderClassName
{
color: #504C84;
}
.AnyTagClassName
{
color: #504C84;
}
</style>
background-color css
<style>
a { background-color: #504C84; }
a { background-color: rgb(80,76,132); }
div.DivClassName
{
background-color: #504C84;
}
.BgClassName
{
background-color: #504C84;
}
</style>
border-color css
<style>
span { border-color: #504C84; }
span { border-color: rgb(80,76,132); }
td.TdClassName
{
border-color: #504C84;
}
.TagClassName
{
border-color: #504C84;
}
</style>