Shades of Victoria #514D83
Tints of Victoria #514D83
RGB
CMYK
RGB Variations
Color information
#514D83 (or 0x514D83) is known color: Victoria. HEX triplet: 51, 4D and 83. RGB value is (81,77,131). Sum of RGB (Red+Green+Blue) = 81+77+131=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #514D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D83 is #AEB27C. Grayscale: #545454. Windows color (decimal): -11448957 or 8605009. OLE color: 8605009.
HSL color Cylindrical-coordinate representation of color #514D83: hue angle of 244.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #514D83 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 77 | 131 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.49 |
| HSL | 244.44º | 0.26% | 0.41% | - |
| HSV(B) | 244.44º | 0.41% | 0.51% | - |
| XYZ | 10.14 | 8.7 | 22.62 | - |
| YUV | 84.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 131 | 0.38 | 0.41 | 0 | 0.49 | 244.44 | 0.26 | 0.41 |
| Hex | 51 | 4D | 83 | 26 | 29 | 0 | 31 | F4 | 1A | 29 |
| Octal | 121 | 115 | 203 | 46 | 51 | 0 | 61 | 364 | 32 | 51 |
| Binary | 1010001 | 1001101 | 10000011 | 100110 | 101001 | 0 | 110001 | 11110100 | 11010 | 101001 |
Color Harmonies of #514D83
Complementary color
Monochromatic Colors of #514D83
Black with #514D83
Text Example
Text Example
White with #514D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D83; }
p { color: rgb(81,77,131); }
H1.HeaderClassName
{
color: #514D83;
}
.AnyTagClassName
{
color: #514D83;
}
</style>
background-color css
<style>
a { background-color: #514D83; }
a { background-color: rgb(81,77,131); }
div.DivClassName
{
background-color: #514D83;
}
.BgClassName
{
background-color: #514D83;
}
</style>
border-color css
<style>
span { border-color: #514D83; }
span { border-color: rgb(81,77,131); }
td.TdClassName
{
border-color: #514D83;
}
.TagClassName
{
border-color: #514D83;
}
</style>