Shades of Victoria #504F7E
Tints of Victoria #504F7E
RGB
CMYK
RGB Variations
Color information
#504F7E (or 0x504F7E) is known color: Victoria. HEX triplet: 50, 4F and 7E. RGB value is (80,79,126). Sum of RGB (Red+Green+Blue) = 80+79+126=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #504F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F7E is #AFB081. Grayscale: #545454. Windows color (decimal): -11513986 or 8277840. OLE color: 8277840.
HSL color Cylindrical-coordinate representation of color #504F7E: hue angle of 241.28º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #504F7E is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 79 | 126 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.51 |
| HSL | 241.28º | 0.23% | 0.4% | - |
| HSV(B) | 241.28º | 0.37% | 0.49% | - |
| XYZ | 9.87 | 8.8 | 20.92 | - |
| YUV | 84.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 126 | 0.37 | 0.37 | 0 | 0.51 | 241.28 | 0.23 | 0.4 |
| Hex | 50 | 4F | 7E | 25 | 25 | 0 | 33 | F1 | 17 | 28 |
| Octal | 120 | 117 | 176 | 45 | 45 | 0 | 63 | 361 | 27 | 50 |
| Binary | 1010000 | 1001111 | 1111110 | 100101 | 100101 | 0 | 110011 | 11110001 | 10111 | 101000 |
Color Harmonies of #504F7E
Complementary color
Monochromatic Colors of #504F7E
Black with #504F7E
Text Example
Text Example
White with #504F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F7E; }
p { color: rgb(80,79,126); }
H1.HeaderClassName
{
color: #504F7E;
}
.AnyTagClassName
{
color: #504F7E;
}
</style>
background-color css
<style>
a { background-color: #504F7E; }
a { background-color: rgb(80,79,126); }
div.DivClassName
{
background-color: #504F7E;
}
.BgClassName
{
background-color: #504F7E;
}
</style>
border-color css
<style>
span { border-color: #504F7E; }
span { border-color: rgb(80,79,126); }
td.TdClassName
{
border-color: #504F7E;
}
.TagClassName
{
border-color: #504F7E;
}
</style>