Shades of Victoria #514D74
Tints of Victoria #514D74
RGB
CMYK
RGB Variations
Color information
#514D74 (or 0x514D74) is known color: Victoria. HEX triplet: 51, 4D and 74. RGB value is (81,77,116). Sum of RGB (Red+Green+Blue) = 81+77+116=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #514D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D74 is #AEB28B. Grayscale: #525252. Windows color (decimal): -11448972 or 7621969. OLE color: 7621969.
HSL color Cylindrical-coordinate representation of color #514D74: hue angle of 246.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #514D74 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 77 | 116 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.55 |
| HSL | 246.15º | 0.2% | 0.38% | - |
| HSV(B) | 246.15º | 0.34% | 0.45% | - |
| XYZ | 9.2 | 8.32 | 17.64 | - |
| YUV | 82.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 116 | 0.30 | 0.34 | 0 | 0.55 | 246.15 | 0.2 | 0.38 |
| Hex | 51 | 4D | 74 | 1E | 22 | 0 | 37 | F6 | 14 | 26 |
| Octal | 121 | 115 | 164 | 36 | 42 | 0 | 67 | 366 | 24 | 46 |
| Binary | 1010001 | 1001101 | 1110100 | 11110 | 100010 | 0 | 110111 | 11110110 | 10100 | 100110 |
Color Harmonies of #514D74
Complementary color
Monochromatic Colors of #514D74
Black with #514D74
Text Example
Text Example
White with #514D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D74; }
p { color: rgb(81,77,116); }
H1.HeaderClassName
{
color: #514D74;
}
.AnyTagClassName
{
color: #514D74;
}
</style>
background-color css
<style>
a { background-color: #514D74; }
a { background-color: rgb(81,77,116); }
div.DivClassName
{
background-color: #514D74;
}
.BgClassName
{
background-color: #514D74;
}
</style>
border-color css
<style>
span { border-color: #514D74; }
span { border-color: rgb(81,77,116); }
td.TdClassName
{
border-color: #514D74;
}
.TagClassName
{
border-color: #514D74;
}
</style>