Shades of Victoria #514D7D
Tints of Victoria #514D7D
RGB
CMYK
RGB Variations
Color information
#514D7D (or 0x514D7D) is known color: Victoria. HEX triplet: 51, 4D and 7D. RGB value is (81,77,125). Sum of RGB (Red+Green+Blue) = 81+77+125=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #514D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D7D is #AEB282. Grayscale: #535353. Windows color (decimal): -11448963 or 8211793. OLE color: 8211793.
HSL color Cylindrical-coordinate representation of color #514D7D: hue angle of 245º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514D7D is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 77 | 125 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.51 |
| HSL | 245º | 0.24% | 0.4% | - |
| HSV(B) | 245º | 0.38% | 0.49% | - |
| XYZ | 9.75 | 8.54 | 20.54 | - |
| YUV | 83.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 125 | 0.35 | 0.38 | 0 | 0.51 | 245 | 0.24 | 0.4 |
| Hex | 51 | 4D | 7D | 23 | 26 | 0 | 33 | F5 | 18 | 28 |
| Octal | 121 | 115 | 175 | 43 | 46 | 0 | 63 | 365 | 30 | 50 |
| Binary | 1010001 | 1001101 | 1111101 | 100011 | 100110 | 0 | 110011 | 11110101 | 11000 | 101000 |
Color Harmonies of #514D7D
Complementary color
Monochromatic Colors of #514D7D
Black with #514D7D
Text Example
Text Example
White with #514D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D7D; }
p { color: rgb(81,77,125); }
H1.HeaderClassName
{
color: #514D7D;
}
.AnyTagClassName
{
color: #514D7D;
}
</style>
background-color css
<style>
a { background-color: #514D7D; }
a { background-color: rgb(81,77,125); }
div.DivClassName
{
background-color: #514D7D;
}
.BgClassName
{
background-color: #514D7D;
}
</style>
border-color css
<style>
span { border-color: #514D7D; }
span { border-color: rgb(81,77,125); }
td.TdClassName
{
border-color: #514D7D;
}
.TagClassName
{
border-color: #514D7D;
}
</style>