Shades of Victoria #514981
Tints of Victoria #514981
RGB
CMYK
RGB Variations
Color information
#514981 (or 0x514981) is known color: Victoria. HEX triplet: 51, 49 and 81. RGB value is (81,73,129). Sum of RGB (Red+Green+Blue) = 81+73+129=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #514981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514981 is #AEB67E. Grayscale: #515151. Windows color (decimal): -11449983 or 8472913. OLE color: 8472913.
HSL color Cylindrical-coordinate representation of color #514981: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514981 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 73 | 129 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.49 |
| HSL | 248.57º | 0.28% | 0.4% | - |
| HSV(B) | 248.57º | 0.43% | 0.51% | - |
| XYZ | 9.74 | 8.1 | 21.82 | - |
| YUV | 81.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 129 | 0.37 | 0.43 | 0 | 0.49 | 248.57 | 0.28 | 0.4 |
| Hex | 51 | 49 | 81 | 25 | 2B | 0 | 31 | F9 | 1C | 28 |
| Octal | 121 | 111 | 201 | 45 | 53 | 0 | 61 | 371 | 34 | 50 |
| Binary | 1010001 | 1001001 | 10000001 | 100101 | 101011 | 0 | 110001 | 11111001 | 11100 | 101000 |
Color Harmonies of #514981
Complementary color
Monochromatic Colors of #514981
Black with #514981
Text Example
Text Example
White with #514981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514981; }
p { color: rgb(81,73,129); }
H1.HeaderClassName
{
color: #514981;
}
.AnyTagClassName
{
color: #514981;
}
</style>
background-color css
<style>
a { background-color: #514981; }
a { background-color: rgb(81,73,129); }
div.DivClassName
{
background-color: #514981;
}
.BgClassName
{
background-color: #514981;
}
</style>
border-color css
<style>
span { border-color: #514981; }
span { border-color: rgb(81,73,129); }
td.TdClassName
{
border-color: #514981;
}
.TagClassName
{
border-color: #514981;
}
</style>