Shades of Victoria #504E78
Tints of Victoria #504E78
RGB
CMYK
RGB Variations
Color information
#504E78 (or 0x504E78) is known color: Victoria. HEX triplet: 50, 4E and 78. RGB value is (80,78,120). Sum of RGB (Red+Green+Blue) = 80+78+120=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #504E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E78 is #AFB187. Grayscale: #535353. Windows color (decimal): -11514248 or 7884368. OLE color: 7884368.
HSL color Cylindrical-coordinate representation of color #504E78: hue angle of 242.86º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504E78 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 78 | 120 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.53 |
| HSL | 242.86º | 0.21% | 0.39% | - |
| HSV(B) | 242.86º | 0.35% | 0.47% | - |
| XYZ | 9.42 | 8.51 | 18.92 | - |
| YUV | 83.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 78 | 120 | 0.33 | 0.35 | 0 | 0.53 | 242.86 | 0.21 | 0.39 |
| Hex | 50 | 4E | 78 | 21 | 23 | 0 | 35 | F3 | 15 | 27 |
| Octal | 120 | 116 | 170 | 41 | 43 | 0 | 65 | 363 | 25 | 47 |
| Binary | 1010000 | 1001110 | 1111000 | 100001 | 100011 | 0 | 110101 | 11110011 | 10101 | 100111 |
Color Harmonies of #504E78
Complementary color
Monochromatic Colors of #504E78
Black with #504E78
Text Example
Text Example
White with #504E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504E78; }
p { color: rgb(80,78,120); }
H1.HeaderClassName
{
color: #504E78;
}
.AnyTagClassName
{
color: #504E78;
}
</style>
background-color css
<style>
a { background-color: #504E78; }
a { background-color: rgb(80,78,120); }
div.DivClassName
{
background-color: #504E78;
}
.BgClassName
{
background-color: #504E78;
}
</style>
border-color css
<style>
span { border-color: #504E78; }
span { border-color: rgb(80,78,120); }
td.TdClassName
{
border-color: #504E78;
}
.TagClassName
{
border-color: #504E78;
}
</style>