Shades of Victoria #514585
Tints of Victoria #514585
RGB
CMYK
RGB Variations
Color information
#514585 (or 0x514585) is known color: Victoria. HEX triplet: 51, 45 and 85. RGB value is (81,69,133). Sum of RGB (Red+Green+Blue) = 81+69+133=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #514585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514585 is #AEBA7A. Grayscale: #4F4F4F. Windows color (decimal): -11451003 or 8734033. OLE color: 8734033.
HSL color Cylindrical-coordinate representation of color #514585: hue angle of 251.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #514585 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 69 | 133 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.48 |
| HSL | 251.25º | 0.32% | 0.4% | - |
| HSV(B) | 251.25º | 0.48% | 0.52% | - |
| XYZ | 9.76 | 7.7 | 23.16 | - |
| YUV | 79.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 133 | 0.39 | 0.48 | 0 | 0.48 | 251.25 | 0.32 | 0.4 |
| Hex | 51 | 45 | 85 | 27 | 30 | 0 | 30 | FB | 20 | 28 |
| Octal | 121 | 105 | 205 | 47 | 60 | 0 | 60 | 373 | 40 | 50 |
| Binary | 1010001 | 1000101 | 10000101 | 100111 | 110000 | 0 | 110000 | 11111011 | 100000 | 101000 |
Color Harmonies of #514585
Complementary color
Monochromatic Colors of #514585
Black with #514585
Text Example
Text Example
White with #514585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514585; }
p { color: rgb(81,69,133); }
H1.HeaderClassName
{
color: #514585;
}
.AnyTagClassName
{
color: #514585;
}
</style>
background-color css
<style>
a { background-color: #514585; }
a { background-color: rgb(81,69,133); }
div.DivClassName
{
background-color: #514585;
}
.BgClassName
{
background-color: #514585;
}
</style>
border-color css
<style>
span { border-color: #514585; }
span { border-color: rgb(81,69,133); }
td.TdClassName
{
border-color: #514585;
}
.TagClassName
{
border-color: #514585;
}
</style>