Shades of Victoria #514C7F
Tints of Victoria #514C7F
RGB
CMYK
RGB Variations
Color information
#514C7F (or 0x514C7F) is known color: Victoria. HEX triplet: 51, 4C and 7F. RGB value is (81,76,127). Sum of RGB (Red+Green+Blue) = 81+76+127=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #514C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C7F is #AEB380. Grayscale: #535353. Windows color (decimal): -11449217 or 8342609. OLE color: 8342609.
HSL color Cylindrical-coordinate representation of color #514C7F: hue angle of 245.88º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514C7F is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 76 | 127 | - |
| CMYK | 0.36 | 0.40 | 0 | 0.50 |
| HSL | 245.88º | 0.25% | 0.4% | - |
| HSV(B) | 245.88º | 0.4% | 0.5% | - |
| XYZ | 9.81 | 8.45 | 21.19 | - |
| YUV | 83.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 127 | 0.36 | 0.40 | 0 | 0.50 | 245.88 | 0.25 | 0.4 |
| Hex | 51 | 4C | 7F | 24 | 28 | 0 | 32 | F6 | 19 | 28 |
| Octal | 121 | 114 | 177 | 44 | 50 | 0 | 62 | 366 | 31 | 50 |
| Binary | 1010001 | 1001100 | 1111111 | 100100 | 101000 | 0 | 110010 | 11110110 | 11001 | 101000 |
Color Harmonies of #514C7F
Complementary color
Monochromatic Colors of #514C7F
Black with #514C7F
Text Example
Text Example
White with #514C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C7F; }
p { color: rgb(81,76,127); }
H1.HeaderClassName
{
color: #514C7F;
}
.AnyTagClassName
{
color: #514C7F;
}
</style>
background-color css
<style>
a { background-color: #514C7F; }
a { background-color: rgb(81,76,127); }
div.DivClassName
{
background-color: #514C7F;
}
.BgClassName
{
background-color: #514C7F;
}
</style>
border-color css
<style>
span { border-color: #514C7F; }
span { border-color: rgb(81,76,127); }
td.TdClassName
{
border-color: #514C7F;
}
.TagClassName
{
border-color: #514C7F;
}
</style>