Shades of Victoria #504C7C
Tints of Victoria #504C7C
RGB
CMYK
RGB Variations
Color information
#504C7C (or 0x504C7C) is known color: Victoria. HEX triplet: 50, 4C and 7C. RGB value is (80,76,124). Sum of RGB (Red+Green+Blue) = 80+76+124=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #504C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C7C is #AFB383. Grayscale: #525252. Windows color (decimal): -11514756 or 8146000. OLE color: 8146000.
HSL color Cylindrical-coordinate representation of color #504C7C: hue angle of 245º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504C7C is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 76 | 124 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.51 |
| HSL | 245º | 0.24% | 0.39% | - |
| HSV(B) | 245º | 0.39% | 0.49% | - |
| XYZ | 9.53 | 8.33 | 20.17 | - |
| YUV | 82.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 124 | 0.35 | 0.39 | 0 | 0.51 | 245 | 0.24 | 0.39 |
| Hex | 50 | 4C | 7C | 23 | 27 | 0 | 33 | F5 | 18 | 27 |
| Octal | 120 | 114 | 174 | 43 | 47 | 0 | 63 | 365 | 30 | 47 |
| Binary | 1010000 | 1001100 | 1111100 | 100011 | 100111 | 0 | 110011 | 11110101 | 11000 | 100111 |
Color Harmonies of #504C7C
Complementary color
Monochromatic Colors of #504C7C
Black with #504C7C
Text Example
Text Example
White with #504C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C7C; }
p { color: rgb(80,76,124); }
H1.HeaderClassName
{
color: #504C7C;
}
.AnyTagClassName
{
color: #504C7C;
}
</style>
background-color css
<style>
a { background-color: #504C7C; }
a { background-color: rgb(80,76,124); }
div.DivClassName
{
background-color: #504C7C;
}
.BgClassName
{
background-color: #504C7C;
}
</style>
border-color css
<style>
span { border-color: #504C7C; }
span { border-color: rgb(80,76,124); }
td.TdClassName
{
border-color: #504C7C;
}
.TagClassName
{
border-color: #504C7C;
}
</style>