Shades of Victoria #514F7F
Tints of Victoria #514F7F
RGB
CMYK
RGB Variations
Color information
#514F7F (or 0x514F7F) is known color: Victoria. HEX triplet: 51, 4F and 7F. RGB value is (81,79,127). Sum of RGB (Red+Green+Blue) = 81+79+127=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #514F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F7F is #AEB080. Grayscale: #545454. Windows color (decimal): -11448449 or 8343377. OLE color: 8343377.
HSL color Cylindrical-coordinate representation of color #514F7F: hue angle of 242.5º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514F7F is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 81 | 79 | 127 | - |
| CMYK | 0.36 | 0.38 | 0 | 0.50 |
| HSL | 242.5º | 0.23% | 0.4% | - |
| HSV(B) | 242.5º | 0.38% | 0.5% | - |
| XYZ | 10.02 | 8.87 | 21.26 | - |
| YUV | 85.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 127 | 0.36 | 0.38 | 0 | 0.50 | 242.5 | 0.23 | 0.4 |
| Hex | 51 | 4F | 7F | 24 | 26 | 0 | 32 | F2 | 17 | 28 |
| Octal | 121 | 117 | 177 | 44 | 46 | 0 | 62 | 362 | 27 | 50 |
| Binary | 1010001 | 1001111 | 1111111 | 100100 | 100110 | 0 | 110010 | 11110010 | 10111 | 101000 |
Color Harmonies of #514F7F
Complementary color
Monochromatic Colors of #514F7F
Black with #514F7F
Text Example
Text Example
White with #514F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F7F; }
p { color: rgb(81,79,127); }
H1.HeaderClassName
{
color: #514F7F;
}
.AnyTagClassName
{
color: #514F7F;
}
</style>
background-color css
<style>
a { background-color: #514F7F; }
a { background-color: rgb(81,79,127); }
div.DivClassName
{
background-color: #514F7F;
}
.BgClassName
{
background-color: #514F7F;
}
</style>
border-color css
<style>
span { border-color: #514F7F; }
span { border-color: rgb(81,79,127); }
td.TdClassName
{
border-color: #514F7F;
}
.TagClassName
{
border-color: #514F7F;
}
</style>