Shades of Victoria #514E7C
Tints of Victoria #514E7C
RGB
CMYK
RGB Variations
Color information
#514E7C (or 0x514E7C) is known color: Victoria. HEX triplet: 51, 4E and 7C. RGB value is (81,78,124). Sum of RGB (Red+Green+Blue) = 81+78+124=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #514E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E7C is #AEB183. Grayscale: #535353. Windows color (decimal): -11448708 or 8146513. OLE color: 8146513.
HSL color Cylindrical-coordinate representation of color #514E7C: hue angle of 243.91º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #514E7C is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 78 | 124 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.51 |
| HSL | 243.91º | 0.23% | 0.4% | - |
| HSV(B) | 243.91º | 0.37% | 0.49% | - |
| XYZ | 9.76 | 8.65 | 20.22 | - |
| YUV | 84.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 124 | 0.35 | 0.37 | 0 | 0.51 | 243.91 | 0.23 | 0.4 |
| Hex | 51 | 4E | 7C | 23 | 25 | 0 | 33 | F4 | 17 | 28 |
| Octal | 121 | 116 | 174 | 43 | 45 | 0 | 63 | 364 | 27 | 50 |
| Binary | 1010001 | 1001110 | 1111100 | 100011 | 100101 | 0 | 110011 | 11110100 | 10111 | 101000 |
Color Harmonies of #514E7C
Complementary color
Monochromatic Colors of #514E7C
Black with #514E7C
Text Example
Text Example
White with #514E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E7C; }
p { color: rgb(81,78,124); }
H1.HeaderClassName
{
color: #514E7C;
}
.AnyTagClassName
{
color: #514E7C;
}
</style>
background-color css
<style>
a { background-color: #514E7C; }
a { background-color: rgb(81,78,124); }
div.DivClassName
{
background-color: #514E7C;
}
.BgClassName
{
background-color: #514E7C;
}
</style>
border-color css
<style>
span { border-color: #514E7C; }
span { border-color: rgb(81,78,124); }
td.TdClassName
{
border-color: #514E7C;
}
.TagClassName
{
border-color: #514E7C;
}
</style>