Shades of Victoria #514E7F
Tints of Victoria #514E7F
RGB
CMYK
RGB Variations
Color information
#514E7F (or 0x514E7F) is known color: Victoria. HEX triplet: 51, 4E and 7F. RGB value is (81,78,127). Sum of RGB (Red+Green+Blue) = 81+78+127=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #514E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E7F is #AEB180. Grayscale: #545454. Windows color (decimal): -11448705 or 8343121. OLE color: 8343121.
HSL color Cylindrical-coordinate representation of color #514E7F: hue angle of 243.67º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #514E7F is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 78 | 127 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.50 |
| HSL | 243.67º | 0.24% | 0.4% | - |
| HSV(B) | 243.67º | 0.39% | 0.5% | - |
| XYZ | 9.95 | 8.73 | 21.24 | - |
| YUV | 84.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 127 | 0.36 | 0.39 | 0 | 0.50 | 243.67 | 0.24 | 0.4 |
| Hex | 51 | 4E | 7F | 24 | 27 | 0 | 32 | F4 | 18 | 28 |
| Octal | 121 | 116 | 177 | 44 | 47 | 0 | 62 | 364 | 30 | 50 |
| Binary | 1010001 | 1001110 | 1111111 | 100100 | 100111 | 0 | 110010 | 11110100 | 11000 | 101000 |
Color Harmonies of #514E7F
Complementary color
Monochromatic Colors of #514E7F
Black with #514E7F
Text Example
Text Example
White with #514E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E7F; }
p { color: rgb(81,78,127); }
H1.HeaderClassName
{
color: #514E7F;
}
.AnyTagClassName
{
color: #514E7F;
}
</style>
background-color css
<style>
a { background-color: #514E7F; }
a { background-color: rgb(81,78,127); }
div.DivClassName
{
background-color: #514E7F;
}
.BgClassName
{
background-color: #514E7F;
}
</style>
border-color css
<style>
span { border-color: #514E7F; }
span { border-color: rgb(81,78,127); }
td.TdClassName
{
border-color: #514E7F;
}
.TagClassName
{
border-color: #514E7F;
}
</style>