Shades of Victoria #504578
Tints of Victoria #504578
RGB
CMYK
RGB Variations
Color information
#504578 (or 0x504578) is known color: Victoria. HEX triplet: 50, 45 and 78. RGB value is (80,69,120). Sum of RGB (Red+Green+Blue) = 80+69+120=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #504578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504578 is #AFBA87. Grayscale: #4D4D4D. Windows color (decimal): -11516552 or 7882064. OLE color: 7882064.
HSL color Cylindrical-coordinate representation of color #504578: hue angle of 252.94º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #504578 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 69 | 120 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.53 |
| HSL | 252.94º | 0.27% | 0.37% | - |
| HSV(B) | 252.94º | 0.43% | 0.47% | - |
| XYZ | 8.83 | 7.32 | 18.72 | - |
| YUV | 78.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 120 | 0.33 | 0.42 | 0 | 0.53 | 252.94 | 0.27 | 0.37 |
| Hex | 50 | 45 | 78 | 21 | 2A | 0 | 35 | FD | 1B | 25 |
| Octal | 120 | 105 | 170 | 41 | 52 | 0 | 65 | 375 | 33 | 45 |
| Binary | 1010000 | 1000101 | 1111000 | 100001 | 101010 | 0 | 110101 | 11111101 | 11011 | 100101 |
Color Harmonies of #504578
Complementary color
Monochromatic Colors of #504578
Black with #504578
Text Example
Text Example
White with #504578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504578; }
p { color: rgb(80,69,120); }
H1.HeaderClassName
{
color: #504578;
}
.AnyTagClassName
{
color: #504578;
}
</style>
background-color css
<style>
a { background-color: #504578; }
a { background-color: rgb(80,69,120); }
div.DivClassName
{
background-color: #504578;
}
.BgClassName
{
background-color: #504578;
}
</style>
border-color css
<style>
span { border-color: #504578; }
span { border-color: rgb(80,69,120); }
td.TdClassName
{
border-color: #504578;
}
.TagClassName
{
border-color: #504578;
}
</style>