Shades of Victoria #514883
Tints of Victoria #514883
RGB
CMYK
RGB Variations
Color information
#514883 (or 0x514883) is known color: Victoria. HEX triplet: 51, 48 and 83. RGB value is (81,72,131). Sum of RGB (Red+Green+Blue) = 81+72+131=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #514883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514883 is #AEB77C. Grayscale: #515151. Windows color (decimal): -11450237 or 8603729. OLE color: 8603729.
HSL color Cylindrical-coordinate representation of color #514883: hue angle of 249.15º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514883 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 72 | 131 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.49 |
| HSL | 249.15º | 0.29% | 0.4% | - |
| HSV(B) | 249.15º | 0.45% | 0.51% | - |
| XYZ | 9.81 | 8.02 | 22.5 | - |
| YUV | 81.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 72 | 131 | 0.38 | 0.45 | 0 | 0.49 | 249.15 | 0.29 | 0.4 |
| Hex | 51 | 48 | 83 | 26 | 2D | 0 | 31 | F9 | 1D | 28 |
| Octal | 121 | 110 | 203 | 46 | 55 | 0 | 61 | 371 | 35 | 50 |
| Binary | 1010001 | 1001000 | 10000011 | 100110 | 101101 | 0 | 110001 | 11111001 | 11101 | 101000 |
Color Harmonies of #514883
Complementary color
Monochromatic Colors of #514883
Black with #514883
Text Example
Text Example
White with #514883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514883; }
p { color: rgb(81,72,131); }
H1.HeaderClassName
{
color: #514883;
}
.AnyTagClassName
{
color: #514883;
}
</style>
background-color css
<style>
a { background-color: #514883; }
a { background-color: rgb(81,72,131); }
div.DivClassName
{
background-color: #514883;
}
.BgClassName
{
background-color: #514883;
}
</style>
border-color css
<style>
span { border-color: #514883; }
span { border-color: rgb(81,72,131); }
td.TdClassName
{
border-color: #514883;
}
.TagClassName
{
border-color: #514883;
}
</style>