Shades of Victoria #514A85
Tints of Victoria #514A85
RGB
CMYK
RGB Variations
Color information
#514A85 (or 0x514A85) is known color: Victoria. HEX triplet: 51, 4A and 85. RGB value is (81,74,133). Sum of RGB (Red+Green+Blue) = 81+74+133=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #514A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514A85 is #AEB57A. Grayscale: #525252. Windows color (decimal): -11449723 or 8735313. OLE color: 8735313.
HSL color Cylindrical-coordinate representation of color #514A85: hue angle of 247.12º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #514A85 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 74 | 133 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.48 |
| HSL | 247.12º | 0.29% | 0.41% | - |
| HSV(B) | 247.12º | 0.44% | 0.52% | - |
| XYZ | 10.08 | 8.34 | 23.27 | - |
| YUV | 82.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 133 | 0.39 | 0.44 | 0 | 0.48 | 247.12 | 0.29 | 0.41 |
| Hex | 51 | 4A | 85 | 27 | 2C | 0 | 30 | F7 | 1D | 29 |
| Octal | 121 | 112 | 205 | 47 | 54 | 0 | 60 | 367 | 35 | 51 |
| Binary | 1010001 | 1001010 | 10000101 | 100111 | 101100 | 0 | 110000 | 11110111 | 11101 | 101001 |
Color Harmonies of #514A85
Complementary color
Monochromatic Colors of #514A85
Black with #514A85
Text Example
Text Example
White with #514A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A85; }
p { color: rgb(81,74,133); }
H1.HeaderClassName
{
color: #514A85;
}
.AnyTagClassName
{
color: #514A85;
}
</style>
background-color css
<style>
a { background-color: #514A85; }
a { background-color: rgb(81,74,133); }
div.DivClassName
{
background-color: #514A85;
}
.BgClassName
{
background-color: #514A85;
}
</style>
border-color css
<style>
span { border-color: #514A85; }
span { border-color: rgb(81,74,133); }
td.TdClassName
{
border-color: #514A85;
}
.TagClassName
{
border-color: #514A85;
}
</style>