Shades of Victoria #514983
Tints of Victoria #514983
RGB
CMYK
RGB Variations
Color information
#514983 (or 0x514983) is known color: Victoria. HEX triplet: 51, 49 and 83. RGB value is (81,73,131). Sum of RGB (Red+Green+Blue) = 81+73+131=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #514983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514983 is #AEB67C. Grayscale: #515151. Windows color (decimal): -11449981 or 8603985. OLE color: 8603985.
HSL color Cylindrical-coordinate representation of color #514983: hue angle of 248.28º 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 #514983 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 73 | 131 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.49 |
| HSL | 248.28º | 0.28% | 0.4% | - |
| HSV(B) | 248.28º | 0.44% | 0.51% | - |
| XYZ | 9.87 | 8.15 | 22.53 | - |
| YUV | 82 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 131 | 0.38 | 0.44 | 0 | 0.49 | 248.28 | 0.28 | 0.4 |
| Hex | 51 | 49 | 83 | 26 | 2C | 0 | 31 | F8 | 1C | 28 |
| Octal | 121 | 111 | 203 | 46 | 54 | 0 | 61 | 370 | 34 | 50 |
| Binary | 1010001 | 1001001 | 10000011 | 100110 | 101100 | 0 | 110001 | 11111000 | 11100 | 101000 |
Color Harmonies of #514983
Complementary color
Monochromatic Colors of #514983
Black with #514983
Text Example
Text Example
White with #514983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514983; }
p { color: rgb(81,73,131); }
H1.HeaderClassName
{
color: #514983;
}
.AnyTagClassName
{
color: #514983;
}
</style>
background-color css
<style>
a { background-color: #514983; }
a { background-color: rgb(81,73,131); }
div.DivClassName
{
background-color: #514983;
}
.BgClassName
{
background-color: #514983;
}
</style>
border-color css
<style>
span { border-color: #514983; }
span { border-color: rgb(81,73,131); }
td.TdClassName
{
border-color: #514983;
}
.TagClassName
{
border-color: #514983;
}
</style>