Shades of Victoria #514F78
Tints of Victoria #514F78
RGB
CMYK
RGB Variations
Color information
#514F78 (or 0x514F78) is known color: Victoria. HEX triplet: 51, 4F and 78. RGB value is (81,79,120). Sum of RGB (Red+Green+Blue) = 81+79+120=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #514F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F78 is #AEB087. Grayscale: #545454. Windows color (decimal): -11448456 or 7884625. OLE color: 7884625.
HSL color Cylindrical-coordinate representation of color #514F78: hue angle of 242.93º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514F78 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 79 | 120 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.53 |
| HSL | 242.93º | 0.21% | 0.39% | - |
| HSV(B) | 242.93º | 0.34% | 0.47% | - |
| XYZ | 9.58 | 8.7 | 18.94 | - |
| YUV | 84.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 120 | 0.32 | 0.34 | 0 | 0.53 | 242.93 | 0.21 | 0.39 |
| Hex | 51 | 4F | 78 | 20 | 22 | 0 | 35 | F3 | 15 | 27 |
| Octal | 121 | 117 | 170 | 40 | 42 | 0 | 65 | 363 | 25 | 47 |
| Binary | 1010001 | 1001111 | 1111000 | 100000 | 100010 | 0 | 110101 | 11110011 | 10101 | 100111 |
Color Harmonies of #514F78
Complementary color
Monochromatic Colors of #514F78
Black with #514F78
Text Example
Text Example
White with #514F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F78; }
p { color: rgb(81,79,120); }
H1.HeaderClassName
{
color: #514F78;
}
.AnyTagClassName
{
color: #514F78;
}
</style>
background-color css
<style>
a { background-color: #514F78; }
a { background-color: rgb(81,79,120); }
div.DivClassName
{
background-color: #514F78;
}
.BgClassName
{
background-color: #514F78;
}
</style>
border-color css
<style>
span { border-color: #514F78; }
span { border-color: rgb(81,79,120); }
td.TdClassName
{
border-color: #514F78;
}
.TagClassName
{
border-color: #514F78;
}
</style>