Shades of Victoria #514788
Tints of Victoria #514788
RGB
CMYK
RGB Variations
Color information
#514788 (or 0x514788) is known color: Victoria. HEX triplet: 51, 47 and 88. RGB value is (81,71,136). Sum of RGB (Red+Green+Blue) = 81+71+136=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #514788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514788 is #AEB877. Grayscale: #515151. Windows color (decimal): -11450488 or 8931153. OLE color: 8931153.
HSL color Cylindrical-coordinate representation of color #514788: hue angle of 249.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514788 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 71 | 136 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.47 |
| HSL | 249.23º | 0.31% | 0.41% | - |
| HSV(B) | 249.23º | 0.48% | 0.53% | - |
| XYZ | 10.09 | 8.03 | 24.31 | - |
| YUV | 81.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 71 | 136 | 0.40 | 0.48 | 0 | 0.47 | 249.23 | 0.31 | 0.41 |
| Hex | 51 | 47 | 88 | 28 | 30 | 0 | 2F | F9 | 1F | 29 |
| Octal | 121 | 107 | 210 | 50 | 60 | 0 | 57 | 371 | 37 | 51 |
| Binary | 1010001 | 1000111 | 10001000 | 101000 | 110000 | 0 | 101111 | 11111001 | 11111 | 101001 |
Color Harmonies of #514788
Complementary color
Monochromatic Colors of #514788
Black with #514788
Text Example
Text Example
White with #514788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514788; }
p { color: rgb(81,71,136); }
H1.HeaderClassName
{
color: #514788;
}
.AnyTagClassName
{
color: #514788;
}
</style>
background-color css
<style>
a { background-color: #514788; }
a { background-color: rgb(81,71,136); }
div.DivClassName
{
background-color: #514788;
}
.BgClassName
{
background-color: #514788;
}
</style>
border-color css
<style>
span { border-color: #514788; }
span { border-color: rgb(81,71,136); }
td.TdClassName
{
border-color: #514788;
}
.TagClassName
{
border-color: #514788;
}
</style>