Shades of Victoria #514882
Tints of Victoria #514882
RGB
CMYK
RGB Variations
Color information
#514882 (or 0x514882) is known color: Victoria. HEX triplet: 51, 48 and 82. RGB value is (81,72,130). Sum of RGB (Red+Green+Blue) = 81+72+130=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #514882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514882 is #AEB77D. Grayscale: #515151. Windows color (decimal): -11450238 or 8538193. OLE color: 8538193.
HSL color Cylindrical-coordinate representation of color #514882: hue angle of 249.31º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514882 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 72 | 130 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.49 |
| HSL | 249.31º | 0.29% | 0.4% | - |
| HSV(B) | 249.31º | 0.45% | 0.51% | - |
| XYZ | 9.74 | 8 | 22.15 | - |
| YUV | 81.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 130 | 0.38 | 0.45 | 0 | 0.49 | 249.31 | 0.29 | 0.4 |
| Hex | 51 | 48 | 82 | 26 | 2D | 0 | 31 | F9 | 1D | 28 |
| Octal | 121 | 110 | 202 | 46 | 55 | 0 | 61 | 371 | 35 | 50 |
| Binary | 1010001 | 1001000 | 10000010 | 100110 | 101101 | 0 | 110001 | 11111001 | 11101 | 101000 |
Color Harmonies of #514882
Complementary color
Monochromatic Colors of #514882
Black with #514882
Text Example
Text Example
White with #514882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514882; }
p { color: rgb(81,72,130); }
H1.HeaderClassName
{
color: #514882;
}
.AnyTagClassName
{
color: #514882;
}
</style>
background-color css
<style>
a { background-color: #514882; }
a { background-color: rgb(81,72,130); }
div.DivClassName
{
background-color: #514882;
}
.BgClassName
{
background-color: #514882;
}
</style>
border-color css
<style>
span { border-color: #514882; }
span { border-color: rgb(81,72,130); }
td.TdClassName
{
border-color: #514882;
}
.TagClassName
{
border-color: #514882;
}
</style>