Shades of Victoria #514D81
Tints of Victoria #514D81
RGB
CMYK
RGB Variations
Color information
#514D81 (or 0x514D81) is known color: Victoria. HEX triplet: 51, 4D and 81. RGB value is (81,77,129). Sum of RGB (Red+Green+Blue) = 81+77+129=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #514D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D81 is #AEB27E. Grayscale: #535353. Windows color (decimal): -11448959 or 8473937. OLE color: 8473937.
HSL color Cylindrical-coordinate representation of color #514D81: hue angle of 244.62º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514D81 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 77 | 129 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.49 |
| HSL | 244.62º | 0.25% | 0.4% | - |
| HSV(B) | 244.62º | 0.4% | 0.51% | - |
| XYZ | 10.01 | 8.64 | 21.91 | - |
| YUV | 84.12 | 153.33 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 129 | 0.37 | 0.40 | 0 | 0.49 | 244.62 | 0.25 | 0.4 |
| Hex | 51 | 4D | 81 | 25 | 28 | 0 | 31 | F5 | 19 | 28 |
| Octal | 121 | 115 | 201 | 45 | 50 | 0 | 61 | 365 | 31 | 50 |
| Binary | 1010001 | 1001101 | 10000001 | 100101 | 101000 | 0 | 110001 | 11110101 | 11001 | 101000 |
Color Harmonies of #514D81
Complementary color
Monochromatic Colors of #514D81
Black with #514D81
Text Example
Text Example
White with #514D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D81; }
p { color: rgb(81,77,129); }
H1.HeaderClassName
{
color: #514D81;
}
.AnyTagClassName
{
color: #514D81;
}
</style>
background-color css
<style>
a { background-color: #514D81; }
a { background-color: rgb(81,77,129); }
div.DivClassName
{
background-color: #514D81;
}
.BgClassName
{
background-color: #514D81;
}
</style>
border-color css
<style>
span { border-color: #514D81; }
span { border-color: rgb(81,77,129); }
td.TdClassName
{
border-color: #514D81;
}
.TagClassName
{
border-color: #514D81;
}
</style>