Shades of Victoria #514C8F
Tints of Victoria #514C8F
RGB
CMYK
RGB Variations
Color information
#514C8F (or 0x514C8F) is known color: Victoria. HEX triplet: 51, 4C and 8F. RGB value is (81,76,143). Sum of RGB (Red+Green+Blue) = 81+76+143=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #514C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514C8F is #AEB370. Grayscale: #545454. Windows color (decimal): -11449201 or 9391185. OLE color: 9391185.
HSL color Cylindrical-coordinate representation of color #514C8F: hue angle of 244.48º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514C8F is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 76 | 143 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.44 |
| HSL | 244.48º | 0.31% | 0.43% | - |
| HSV(B) | 244.48º | 0.47% | 0.56% | - |
| XYZ | 10.94 | 8.9 | 27.13 | - |
| YUV | 85.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 143 | 0.43 | 0.47 | 0 | 0.44 | 244.48 | 0.31 | 0.43 |
| Hex | 51 | 4C | 8F | 2B | 2F | 0 | 2C | F4 | 1F | 2B |
| Octal | 121 | 114 | 217 | 53 | 57 | 0 | 54 | 364 | 37 | 53 |
| Binary | 1010001 | 1001100 | 10001111 | 101011 | 101111 | 0 | 101100 | 11110100 | 11111 | 101011 |
Color Harmonies of #514C8F
Complementary color
Monochromatic Colors of #514C8F
Black with #514C8F
Text Example
Text Example
White with #514C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C8F; }
p { color: rgb(81,76,143); }
H1.HeaderClassName
{
color: #514C8F;
}
.AnyTagClassName
{
color: #514C8F;
}
</style>
background-color css
<style>
a { background-color: #514C8F; }
a { background-color: rgb(81,76,143); }
div.DivClassName
{
background-color: #514C8F;
}
.BgClassName
{
background-color: #514C8F;
}
</style>
border-color css
<style>
span { border-color: #514C8F; }
span { border-color: rgb(81,76,143); }
td.TdClassName
{
border-color: #514C8F;
}
.TagClassName
{
border-color: #514C8F;
}
</style>