Shades of Victoria #514C84
Tints of Victoria #514C84
RGB
CMYK
RGB Variations
Color information
#514C84 (or 0x514C84) is known color: Victoria. HEX triplet: 51, 4C and 84. RGB value is (81,76,132). Sum of RGB (Red+Green+Blue) = 81+76+132=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #514C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C84 is #AEB37B. Grayscale: #535353. Windows color (decimal): -11449212 or 8670289. OLE color: 8670289.
HSL color Cylindrical-coordinate representation of color #514C84: hue angle of 245.36º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #514C84 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 76 | 132 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.48 |
| HSL | 245.36º | 0.27% | 0.41% | - |
| HSV(B) | 245.36º | 0.42% | 0.52% | - |
| XYZ | 10.14 | 8.58 | 22.95 | - |
| YUV | 83.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 132 | 0.39 | 0.42 | 0 | 0.48 | 245.36 | 0.27 | 0.41 |
| Hex | 51 | 4C | 84 | 27 | 2A | 0 | 30 | F5 | 1B | 29 |
| Octal | 121 | 114 | 204 | 47 | 52 | 0 | 60 | 365 | 33 | 51 |
| Binary | 1010001 | 1001100 | 10000100 | 100111 | 101010 | 0 | 110000 | 11110101 | 11011 | 101001 |
Color Harmonies of #514C84
Complementary color
Monochromatic Colors of #514C84
Black with #514C84
Text Example
Text Example
White with #514C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C84; }
p { color: rgb(81,76,132); }
H1.HeaderClassName
{
color: #514C84;
}
.AnyTagClassName
{
color: #514C84;
}
</style>
background-color css
<style>
a { background-color: #514C84; }
a { background-color: rgb(81,76,132); }
div.DivClassName
{
background-color: #514C84;
}
.BgClassName
{
background-color: #514C84;
}
</style>
border-color css
<style>
span { border-color: #514C84; }
span { border-color: rgb(81,76,132); }
td.TdClassName
{
border-color: #514C84;
}
.TagClassName
{
border-color: #514C84;
}
</style>