Shades of Victoria #514C90
Tints of Victoria #514C90
RGB
CMYK
RGB Variations
Color information
#514C90 (or 0x514C90) is known color: Victoria. HEX triplet: 51, 4C and 90. RGB value is (81,76,144). Sum of RGB (Red+Green+Blue) = 81+76+144=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #514C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C90 is #AEB36F. Grayscale: #545454. Windows color (decimal): -11449200 or 9456721. OLE color: 9456721.
HSL color Cylindrical-coordinate representation of color #514C90: hue angle of 244.41º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514C90 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 76 | 144 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.44 |
| HSL | 244.41º | 0.31% | 0.43% | - |
| HSV(B) | 244.41º | 0.47% | 0.56% | - |
| XYZ | 11.01 | 8.93 | 27.53 | - |
| YUV | 85.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 144 | 0.44 | 0.47 | 0 | 0.44 | 244.41 | 0.31 | 0.43 |
| Hex | 51 | 4C | 90 | 2C | 2F | 0 | 2C | F4 | 1F | 2B |
| Octal | 121 | 114 | 220 | 54 | 57 | 0 | 54 | 364 | 37 | 53 |
| Binary | 1010001 | 1001100 | 10010000 | 101100 | 101111 | 0 | 101100 | 11110100 | 11111 | 101011 |
Color Harmonies of #514C90
Complementary color
Monochromatic Colors of #514C90
Black with #514C90
Text Example
Text Example
White with #514C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C90; }
p { color: rgb(81,76,144); }
H1.HeaderClassName
{
color: #514C90;
}
.AnyTagClassName
{
color: #514C90;
}
</style>
background-color css
<style>
a { background-color: #514C90; }
a { background-color: rgb(81,76,144); }
div.DivClassName
{
background-color: #514C90;
}
.BgClassName
{
background-color: #514C90;
}
</style>
border-color css
<style>
span { border-color: #514C90; }
span { border-color: rgb(81,76,144); }
td.TdClassName
{
border-color: #514C90;
}
.TagClassName
{
border-color: #514C90;
}
</style>