Shades of Victoria #514880
Tints of Victoria #514880
RGB
CMYK
RGB Variations
Color information
#514880 (or 0x514880) is known color: Victoria. HEX triplet: 51, 48 and 80. RGB value is (81,72,128). Sum of RGB (Red+Green+Blue) = 81+72+128=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #514880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514880 is #AEB77F. Grayscale: #505050. Windows color (decimal): -11450240 or 8407121. OLE color: 8407121.
HSL color Cylindrical-coordinate representation of color #514880: hue angle of 249.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514880 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 72 | 128 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.50 |
| HSL | 249.64º | 0.28% | 0.39% | - |
| HSV(B) | 249.64º | 0.44% | 0.5% | - |
| XYZ | 9.61 | 7.94 | 21.45 | - |
| YUV | 81.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 128 | 0.37 | 0.44 | 0 | 0.50 | 249.64 | 0.28 | 0.39 |
| Hex | 51 | 48 | 80 | 25 | 2C | 0 | 32 | FA | 1C | 27 |
| Octal | 121 | 110 | 200 | 45 | 54 | 0 | 62 | 372 | 34 | 47 |
| Binary | 1010001 | 1001000 | 10000000 | 100101 | 101100 | 0 | 110010 | 11111010 | 11100 | 100111 |
Color Harmonies of #514880
Complementary color
Monochromatic Colors of #514880
Black with #514880
Text Example
Text Example
White with #514880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514880; }
p { color: rgb(81,72,128); }
H1.HeaderClassName
{
color: #514880;
}
.AnyTagClassName
{
color: #514880;
}
</style>
background-color css
<style>
a { background-color: #514880; }
a { background-color: rgb(81,72,128); }
div.DivClassName
{
background-color: #514880;
}
.BgClassName
{
background-color: #514880;
}
</style>
border-color css
<style>
span { border-color: #514880; }
span { border-color: rgb(81,72,128); }
td.TdClassName
{
border-color: #514880;
}
.TagClassName
{
border-color: #514880;
}
</style>