Shades of Victoria #514D86
Tints of Victoria #514D86
RGB
CMYK
RGB Variations
Color information
#514D86 (or 0x514D86) is known color: Victoria. HEX triplet: 51, 4D and 86. RGB value is (81,77,134). Sum of RGB (Red+Green+Blue) = 81+77+134=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #514D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D86 is #AEB279. Grayscale: #545454. Windows color (decimal): -11448954 or 8801617. OLE color: 8801617.
HSL color Cylindrical-coordinate representation of color #514D86: hue angle of 244.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514D86 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 77 | 134 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.47 |
| HSL | 244.21º | 0.27% | 0.41% | - |
| HSV(B) | 244.21º | 0.43% | 0.53% | - |
| XYZ | 10.35 | 8.78 | 23.7 | - |
| YUV | 84.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 134 | 0.40 | 0.43 | 0 | 0.47 | 244.21 | 0.27 | 0.41 |
| Hex | 51 | 4D | 86 | 28 | 2B | 0 | 2F | F4 | 1B | 29 |
| Octal | 121 | 115 | 206 | 50 | 53 | 0 | 57 | 364 | 33 | 51 |
| Binary | 1010001 | 1001101 | 10000110 | 101000 | 101011 | 0 | 101111 | 11110100 | 11011 | 101001 |
Color Harmonies of #514D86
Complementary color
Monochromatic Colors of #514D86
Black with #514D86
Text Example
Text Example
White with #514D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D86; }
p { color: rgb(81,77,134); }
H1.HeaderClassName
{
color: #514D86;
}
.AnyTagClassName
{
color: #514D86;
}
</style>
background-color css
<style>
a { background-color: #514D86; }
a { background-color: rgb(81,77,134); }
div.DivClassName
{
background-color: #514D86;
}
.BgClassName
{
background-color: #514D86;
}
</style>
border-color css
<style>
span { border-color: #514D86; }
span { border-color: rgb(81,77,134); }
td.TdClassName
{
border-color: #514D86;
}
.TagClassName
{
border-color: #514D86;
}
</style>