Shades of Victoria #504C7A
Tints of Victoria #504C7A
RGB
CMYK
RGB Variations
Color information
#504C7A (or 0x504C7A) is known color: Victoria. HEX triplet: 50, 4C and 7A. RGB value is (80,76,122). Sum of RGB (Red+Green+Blue) = 80+76+122=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 122 (48.05% from 255 or 43.88% from 278); Max value from RGB is 122 - color contains mainly: blue. Hex color #504C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C7A is #AFB385. Grayscale: #525252. Windows color (decimal): -11514758 or 8014928. OLE color: 8014928.
HSL color Cylindrical-coordinate representation of color #504C7A: hue angle of 245.22º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504C7A is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 76 | 122 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.52 |
| HSL | 245.22º | 0.23% | 0.39% | - |
| HSV(B) | 245.22º | 0.38% | 0.48% | - |
| XYZ | 9.41 | 8.28 | 19.51 | - |
| YUV | 82.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 122 | 0.34 | 0.38 | 0 | 0.52 | 245.22 | 0.23 | 0.39 |
| Hex | 50 | 4C | 7A | 22 | 26 | 0 | 34 | F5 | 17 | 27 |
| Octal | 120 | 114 | 172 | 42 | 46 | 0 | 64 | 365 | 27 | 47 |
| Binary | 1010000 | 1001100 | 1111010 | 100010 | 100110 | 0 | 110100 | 11110101 | 10111 | 100111 |
Color Harmonies of #504C7A
Complementary color
Monochromatic Colors of #504C7A
Black with #504C7A
Text Example
Text Example
White with #504C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C7A; }
p { color: rgb(80,76,122); }
H1.HeaderClassName
{
color: #504C7A;
}
.AnyTagClassName
{
color: #504C7A;
}
</style>
background-color css
<style>
a { background-color: #504C7A; }
a { background-color: rgb(80,76,122); }
div.DivClassName
{
background-color: #504C7A;
}
.BgClassName
{
background-color: #504C7A;
}
</style>
border-color css
<style>
span { border-color: #504C7A; }
span { border-color: rgb(80,76,122); }
td.TdClassName
{
border-color: #504C7A;
}
.TagClassName
{
border-color: #504C7A;
}
</style>