Shades of Victoria #504678
Tints of Victoria #504678
RGB
CMYK
RGB Variations
Color information
#504678 (or 0x504678) is known color: Victoria. HEX triplet: 50, 46 and 78. RGB value is (80,70,120). Sum of RGB (Red+Green+Blue) = 80+70+120=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #504678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504678 is #AFB987. Grayscale: #4E4E4E. Windows color (decimal): -11516296 or 7882320. OLE color: 7882320.
HSL color Cylindrical-coordinate representation of color #504678: hue angle of 252º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #504678 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 70 | 120 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.53 |
| HSL | 252º | 0.26% | 0.37% | - |
| HSV(B) | 252º | 0.42% | 0.47% | - |
| XYZ | 8.89 | 7.44 | 18.74 | - |
| YUV | 78.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 120 | 0.33 | 0.42 | 0 | 0.53 | 252 | 0.26 | 0.37 |
| Hex | 50 | 46 | 78 | 21 | 2A | 0 | 35 | FC | 1A | 25 |
| Octal | 120 | 106 | 170 | 41 | 52 | 0 | 65 | 374 | 32 | 45 |
| Binary | 1010000 | 1000110 | 1111000 | 100001 | 101010 | 0 | 110101 | 11111100 | 11010 | 100101 |
Color Harmonies of #504678
Complementary color
Monochromatic Colors of #504678
Black with #504678
Text Example
Text Example
White with #504678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504678; }
p { color: rgb(80,70,120); }
H1.HeaderClassName
{
color: #504678;
}
.AnyTagClassName
{
color: #504678;
}
</style>
background-color css
<style>
a { background-color: #504678; }
a { background-color: rgb(80,70,120); }
div.DivClassName
{
background-color: #504678;
}
.BgClassName
{
background-color: #504678;
}
</style>
border-color css
<style>
span { border-color: #504678; }
span { border-color: rgb(80,70,120); }
td.TdClassName
{
border-color: #504678;
}
.TagClassName
{
border-color: #504678;
}
</style>