Shades of Victoria #514982
Tints of Victoria #514982
RGB
CMYK
RGB Variations
Color information
#514982 (or 0x514982) is known color: Victoria. HEX triplet: 51, 49 and 82. RGB value is (81,73,130). Sum of RGB (Red+Green+Blue) = 81+73+130=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #514982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514982 is #AEB67D. Grayscale: #515151. Windows color (decimal): -11449982 or 8538449. OLE color: 8538449.
HSL color Cylindrical-coordinate representation of color #514982: hue angle of 248.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514982 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 73 | 130 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.49 |
| HSL | 248.42º | 0.28% | 0.4% | - |
| HSV(B) | 248.42º | 0.44% | 0.51% | - |
| XYZ | 9.81 | 8.13 | 22.17 | - |
| YUV | 81.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 130 | 0.38 | 0.44 | 0 | 0.49 | 248.42 | 0.28 | 0.4 |
| Hex | 51 | 49 | 82 | 26 | 2C | 0 | 31 | F8 | 1C | 28 |
| Octal | 121 | 111 | 202 | 46 | 54 | 0 | 61 | 370 | 34 | 50 |
| Binary | 1010001 | 1001001 | 10000010 | 100110 | 101100 | 0 | 110001 | 11111000 | 11100 | 101000 |
Color Harmonies of #514982
Complementary color
Monochromatic Colors of #514982
Black with #514982
Text Example
Text Example
White with #514982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514982; }
p { color: rgb(81,73,130); }
H1.HeaderClassName
{
color: #514982;
}
.AnyTagClassName
{
color: #514982;
}
</style>
background-color css
<style>
a { background-color: #514982; }
a { background-color: rgb(81,73,130); }
div.DivClassName
{
background-color: #514982;
}
.BgClassName
{
background-color: #514982;
}
</style>
border-color css
<style>
span { border-color: #514982; }
span { border-color: rgb(81,73,130); }
td.TdClassName
{
border-color: #514982;
}
.TagClassName
{
border-color: #514982;
}
</style>