Shades of Victoria #514888
Tints of Victoria #514888
RGB
CMYK
RGB Variations
Color information
#514888 (or 0x514888) is known color: Victoria. HEX triplet: 51, 48 and 88. RGB value is (81,72,136). Sum of RGB (Red+Green+Blue) = 81+72+136=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #514888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514888 is #AEB777. Grayscale: #515151. Windows color (decimal): -11450232 or 8931409. OLE color: 8931409.
HSL color Cylindrical-coordinate representation of color #514888: hue angle of 248.44º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514888 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 72 | 136 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.47 |
| HSL | 248.44º | 0.31% | 0.41% | - |
| HSV(B) | 248.44º | 0.47% | 0.53% | - |
| XYZ | 10.15 | 8.16 | 24.33 | - |
| YUV | 81.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 136 | 0.40 | 0.47 | 0 | 0.47 | 248.44 | 0.31 | 0.41 |
| Hex | 51 | 48 | 88 | 28 | 2F | 0 | 2F | F8 | 1F | 29 |
| Octal | 121 | 110 | 210 | 50 | 57 | 0 | 57 | 370 | 37 | 51 |
| Binary | 1010001 | 1001000 | 10001000 | 101000 | 101111 | 0 | 101111 | 11111000 | 11111 | 101001 |
Color Harmonies of #514888
Complementary color
Monochromatic Colors of #514888
Black with #514888
Text Example
Text Example
White with #514888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514888; }
p { color: rgb(81,72,136); }
H1.HeaderClassName
{
color: #514888;
}
.AnyTagClassName
{
color: #514888;
}
</style>
background-color css
<style>
a { background-color: #514888; }
a { background-color: rgb(81,72,136); }
div.DivClassName
{
background-color: #514888;
}
.BgClassName
{
background-color: #514888;
}
</style>
border-color css
<style>
span { border-color: #514888; }
span { border-color: rgb(81,72,136); }
td.TdClassName
{
border-color: #514888;
}
.TagClassName
{
border-color: #514888;
}
</style>