Shades of Victoria #514D7A
Tints of Victoria #514D7A
RGB
CMYK
RGB Variations
Color information
#514D7A (or 0x514D7A) is known color: Victoria. HEX triplet: 51, 4D and 7A. RGB value is (81,77,122). Sum of RGB (Red+Green+Blue) = 81+77+122=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #514D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D7A is #AEB285. Grayscale: #535353. Windows color (decimal): -11448966 or 8015185. OLE color: 8015185.
HSL color Cylindrical-coordinate representation of color #514D7A: hue angle of 245.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514D7A is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 77 | 122 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.52 |
| HSL | 245.33º | 0.23% | 0.39% | - |
| HSV(B) | 245.33º | 0.37% | 0.48% | - |
| XYZ | 9.56 | 8.46 | 19.54 | - |
| YUV | 83.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 122 | 0.34 | 0.37 | 0 | 0.52 | 245.33 | 0.23 | 0.39 |
| Hex | 51 | 4D | 7A | 22 | 25 | 0 | 34 | F5 | 17 | 27 |
| Octal | 121 | 115 | 172 | 42 | 45 | 0 | 64 | 365 | 27 | 47 |
| Binary | 1010001 | 1001101 | 1111010 | 100010 | 100101 | 0 | 110100 | 11110101 | 10111 | 100111 |
Color Harmonies of #514D7A
Complementary color
Monochromatic Colors of #514D7A
Black with #514D7A
Text Example
Text Example
White with #514D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D7A; }
p { color: rgb(81,77,122); }
H1.HeaderClassName
{
color: #514D7A;
}
.AnyTagClassName
{
color: #514D7A;
}
</style>
background-color css
<style>
a { background-color: #514D7A; }
a { background-color: rgb(81,77,122); }
div.DivClassName
{
background-color: #514D7A;
}
.BgClassName
{
background-color: #514D7A;
}
</style>
border-color css
<style>
span { border-color: #514D7A; }
span { border-color: rgb(81,77,122); }
td.TdClassName
{
border-color: #514D7A;
}
.TagClassName
{
border-color: #514D7A;
}
</style>