Shades of Victoria #514C8D
Tints of Victoria #514C8D
RGB
CMYK
RGB Variations
Color information
#514C8D (or 0x514C8D) is known color: Victoria. HEX triplet: 51, 4C and 8D. RGB value is (81,76,141). Sum of RGB (Red+Green+Blue) = 81+76+141=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #514C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C8D is #AEB372. Grayscale: #545454. Windows color (decimal): -11449203 or 9260113. OLE color: 9260113.
HSL color Cylindrical-coordinate representation of color #514C8D: hue angle of 244.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #514C8D is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 76 | 141 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.45 |
| HSL | 244.62º | 0.3% | 0.43% | - |
| HSV(B) | 244.62º | 0.46% | 0.55% | - |
| XYZ | 10.79 | 8.84 | 26.34 | - |
| YUV | 84.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 141 | 0.43 | 0.46 | 0 | 0.45 | 244.62 | 0.3 | 0.43 |
| Hex | 51 | 4C | 8D | 2B | 2E | 0 | 2D | F5 | 1E | 2B |
| Octal | 121 | 114 | 215 | 53 | 56 | 0 | 55 | 365 | 36 | 53 |
| Binary | 1010001 | 1001100 | 10001101 | 101011 | 101110 | 0 | 101101 | 11110101 | 11110 | 101011 |
Color Harmonies of #514C8D
Complementary color
Monochromatic Colors of #514C8D
Black with #514C8D
Text Example
Text Example
White with #514C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C8D; }
p { color: rgb(81,76,141); }
H1.HeaderClassName
{
color: #514C8D;
}
.AnyTagClassName
{
color: #514C8D;
}
</style>
background-color css
<style>
a { background-color: #514C8D; }
a { background-color: rgb(81,76,141); }
div.DivClassName
{
background-color: #514C8D;
}
.BgClassName
{
background-color: #514C8D;
}
</style>
border-color css
<style>
span { border-color: #514C8D; }
span { border-color: rgb(81,76,141); }
td.TdClassName
{
border-color: #514C8D;
}
.TagClassName
{
border-color: #514C8D;
}
</style>