Shades of Victoria #514B70
Tints of Victoria #514B70
RGB
CMYK
RGB Variations
Color information
#514B70 (or 0x514B70) is known color: Victoria. HEX triplet: 51, 4B and 70. RGB value is (81,75,112). Sum of RGB (Red+Green+Blue) = 81+75+112=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #514B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514B70 is #AEB48F. Grayscale: #505050. Windows color (decimal): -11449488 or 7359313. OLE color: 7359313.
HSL color Cylindrical-coordinate representation of color #514B70: hue angle of 249.73º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514B70 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 75 | 112 | - |
| CMYK | 0.28 | 0.33 | 0 | 0.56 |
| HSL | 249.73º | 0.2% | 0.37% | - |
| HSV(B) | 249.73º | 0.33% | 0.44% | - |
| XYZ | 8.83 | 7.95 | 16.4 | - |
| YUV | 81.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 75 | 112 | 0.28 | 0.33 | 0 | 0.56 | 249.73 | 0.2 | 0.37 |
| Hex | 51 | 4B | 70 | 1C | 21 | 0 | 38 | FA | 14 | 25 |
| Octal | 121 | 113 | 160 | 34 | 41 | 0 | 70 | 372 | 24 | 45 |
| Binary | 1010001 | 1001011 | 1110000 | 11100 | 100001 | 0 | 111000 | 11111010 | 10100 | 100101 |
Color Harmonies of #514B70
Complementary color
Monochromatic Colors of #514B70
Black with #514B70
Text Example
Text Example
White with #514B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514B70; }
p { color: rgb(81,75,112); }
H1.HeaderClassName
{
color: #514B70;
}
.AnyTagClassName
{
color: #514B70;
}
</style>
background-color css
<style>
a { background-color: #514B70; }
a { background-color: rgb(81,75,112); }
div.DivClassName
{
background-color: #514B70;
}
.BgClassName
{
background-color: #514B70;
}
</style>
border-color css
<style>
span { border-color: #514B70; }
span { border-color: rgb(81,75,112); }
td.TdClassName
{
border-color: #514B70;
}
.TagClassName
{
border-color: #514B70;
}
</style>