Shades of Victoria #514E75
Tints of Victoria #514E75
RGB
CMYK
RGB Variations
Color information
#514E75 (or 0x514E75) is known color: Victoria. HEX triplet: 51, 4E and 75. RGB value is (81,78,117). Sum of RGB (Red+Green+Blue) = 81+78+117=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #514E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E75 is #AEB18A. Grayscale: #535353. Windows color (decimal): -11448715 or 7687761. OLE color: 7687761.
HSL color Cylindrical-coordinate representation of color #514E75: hue angle of 244.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514E75 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 78 | 117 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.54 |
| HSL | 244.62º | 0.2% | 0.38% | - |
| HSV(B) | 244.62º | 0.33% | 0.46% | - |
| XYZ | 9.33 | 8.48 | 17.98 | - |
| YUV | 83.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 78 | 117 | 0.31 | 0.33 | 0 | 0.54 | 244.62 | 0.2 | 0.38 |
| Hex | 51 | 4E | 75 | 1F | 21 | 0 | 36 | F5 | 14 | 26 |
| Octal | 121 | 116 | 165 | 37 | 41 | 0 | 66 | 365 | 24 | 46 |
| Binary | 1010001 | 1001110 | 1110101 | 11111 | 100001 | 0 | 110110 | 11110101 | 10100 | 100110 |
Color Harmonies of #514E75
Complementary color
Monochromatic Colors of #514E75
Black with #514E75
Text Example
Text Example
White with #514E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514E75; }
p { color: rgb(81,78,117); }
H1.HeaderClassName
{
color: #514E75;
}
.AnyTagClassName
{
color: #514E75;
}
</style>
background-color css
<style>
a { background-color: #514E75; }
a { background-color: rgb(81,78,117); }
div.DivClassName
{
background-color: #514E75;
}
.BgClassName
{
background-color: #514E75;
}
</style>
border-color css
<style>
span { border-color: #514E75; }
span { border-color: rgb(81,78,117); }
td.TdClassName
{
border-color: #514E75;
}
.TagClassName
{
border-color: #514E75;
}
</style>