Shades of Victoria #504D7F
Tints of Victoria #504D7F
RGB
CMYK
RGB Variations
Color information
#504D7F (or 0x504D7F) is known color: Victoria. HEX triplet: 50, 4D and 7F. RGB value is (80,77,127). Sum of RGB (Red+Green+Blue) = 80+77+127=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #504D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504D7F is #AFB280. Grayscale: #535353. Windows color (decimal): -11514497 or 8342864. OLE color: 8342864.
HSL color Cylindrical-coordinate representation of color #504D7F: hue angle of 243.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504D7F is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 77 | 127 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.50 |
| HSL | 243.6º | 0.25% | 0.4% | - |
| HSV(B) | 243.6º | 0.39% | 0.5% | - |
| XYZ | 9.79 | 8.55 | 21.21 | - |
| YUV | 83.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 77 | 127 | 0.37 | 0.39 | 0 | 0.50 | 243.6 | 0.25 | 0.4 |
| Hex | 50 | 4D | 7F | 25 | 27 | 0 | 32 | F4 | 19 | 28 |
| Octal | 120 | 115 | 177 | 45 | 47 | 0 | 62 | 364 | 31 | 50 |
| Binary | 1010000 | 1001101 | 1111111 | 100101 | 100111 | 0 | 110010 | 11110100 | 11001 | 101000 |
Color Harmonies of #504D7F
Complementary color
Monochromatic Colors of #504D7F
Black with #504D7F
Text Example
Text Example
White with #504D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504D7F; }
p { color: rgb(80,77,127); }
H1.HeaderClassName
{
color: #504D7F;
}
.AnyTagClassName
{
color: #504D7F;
}
</style>
background-color css
<style>
a { background-color: #504D7F; }
a { background-color: rgb(80,77,127); }
div.DivClassName
{
background-color: #504D7F;
}
.BgClassName
{
background-color: #504D7F;
}
</style>
border-color css
<style>
span { border-color: #504D7F; }
span { border-color: rgb(80,77,127); }
td.TdClassName
{
border-color: #504D7F;
}
.TagClassName
{
border-color: #504D7F;
}
</style>