Shades of Victoria #514D8B
Tints of Victoria #514D8B
RGB
CMYK
RGB Variations
Color information
#514D8B (or 0x514D8B) is known color: Victoria. HEX triplet: 51, 4D and 8B. RGB value is (81,77,139). Sum of RGB (Red+Green+Blue) = 81+77+139=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #514D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514D8B is #AEB274. Grayscale: #555555. Windows color (decimal): -11448949 or 9129297. OLE color: 9129297.
HSL color Cylindrical-coordinate representation of color #514D8B: hue angle of 243.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514D8B is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 77 | 139 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.45 |
| HSL | 243.87º | 0.29% | 0.42% | - |
| HSV(B) | 243.87º | 0.45% | 0.55% | - |
| XYZ | 10.71 | 8.92 | 25.58 | - |
| YUV | 85.26 | 158.33 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 77 | 139 | 0.42 | 0.45 | 0 | 0.45 | 243.87 | 0.29 | 0.42 |
| Hex | 51 | 4D | 8B | 2A | 2D | 0 | 2D | F4 | 1D | 2A |
| Octal | 121 | 115 | 213 | 52 | 55 | 0 | 55 | 364 | 35 | 52 |
| Binary | 1010001 | 1001101 | 10001011 | 101010 | 101101 | 0 | 101101 | 11110100 | 11101 | 101010 |
Color Harmonies of #514D8B
Complementary color
Monochromatic Colors of #514D8B
Black with #514D8B
Text Example
Text Example
White with #514D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514D8B; }
p { color: rgb(81,77,139); }
H1.HeaderClassName
{
color: #514D8B;
}
.AnyTagClassName
{
color: #514D8B;
}
</style>
background-color css
<style>
a { background-color: #514D8B; }
a { background-color: rgb(81,77,139); }
div.DivClassName
{
background-color: #514D8B;
}
.BgClassName
{
background-color: #514D8B;
}
</style>
border-color css
<style>
span { border-color: #514D8B; }
span { border-color: rgb(81,77,139); }
td.TdClassName
{
border-color: #514D8B;
}
.TagClassName
{
border-color: #514D8B;
}
</style>