Shades of Victoria #514D84
Tints of Victoria #514D84
RGB
CMYK
RGB Variations
Color information
#514D84 (or 0x514D84) is known color: Victoria. HEX triplet: 51, 4D and 84. RGB value is (81,77,132). Sum of RGB (Red+Green+Blue) = 81+77+132=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #514D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D84 is #AEB27B. Grayscale: #545454. Windows color (decimal): -11448956 or 8670545. OLE color: 8670545.
HSL color Cylindrical-coordinate representation of color #514D84: hue angle of 244.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514D84 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 77 | 132 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.48 |
| HSL | 244.36º | 0.26% | 0.41% | - |
| HSV(B) | 244.36º | 0.42% | 0.52% | - |
| XYZ | 10.21 | 8.72 | 22.98 | - |
| YUV | 84.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 132 | 0.39 | 0.42 | 0 | 0.48 | 244.36 | 0.26 | 0.41 |
| Hex | 51 | 4D | 84 | 27 | 2A | 0 | 30 | F4 | 1A | 29 |
| Octal | 121 | 115 | 204 | 47 | 52 | 0 | 60 | 364 | 32 | 51 |
| Binary | 1010001 | 1001101 | 10000100 | 100111 | 101010 | 0 | 110000 | 11110100 | 11010 | 101001 |
Color Harmonies of #514D84
Complementary color
Monochromatic Colors of #514D84
Black with #514D84
Text Example
Text Example
White with #514D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D84; }
p { color: rgb(81,77,132); }
H1.HeaderClassName
{
color: #514D84;
}
.AnyTagClassName
{
color: #514D84;
}
</style>
background-color css
<style>
a { background-color: #514D84; }
a { background-color: rgb(81,77,132); }
div.DivClassName
{
background-color: #514D84;
}
.BgClassName
{
background-color: #514D84;
}
</style>
border-color css
<style>
span { border-color: #514D84; }
span { border-color: rgb(81,77,132); }
td.TdClassName
{
border-color: #514D84;
}
.TagClassName
{
border-color: #514D84;
}
</style>