Shades of Victoria #514F8B
Tints of Victoria #514F8B
RGB
CMYK
RGB Variations
Color information
#514F8B (or 0x514F8B) is known color: Victoria. HEX triplet: 51, 4F and 8B. RGB value is (81,79,139). Sum of RGB (Red+Green+Blue) = 81+79+139=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #514F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F8B is #AEB074. Grayscale: #565656. Windows color (decimal): -11448437 or 9129809. OLE color: 9129809.
HSL color Cylindrical-coordinate representation of color #514F8B: hue angle of 242º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #514F8B is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 79 | 139 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.45 |
| HSL | 242º | 0.28% | 0.43% | - |
| HSV(B) | 242º | 0.43% | 0.55% | - |
| XYZ | 10.85 | 9.21 | 25.63 | - |
| YUV | 86.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 139 | 0.42 | 0.43 | 0 | 0.45 | 242 | 0.28 | 0.43 |
| Hex | 51 | 4F | 8B | 2A | 2B | 0 | 2D | F2 | 1C | 2B |
| Octal | 121 | 117 | 213 | 52 | 53 | 0 | 55 | 362 | 34 | 53 |
| Binary | 1010001 | 1001111 | 10001011 | 101010 | 101011 | 0 | 101101 | 11110010 | 11100 | 101011 |
Color Harmonies of #514F8B
Complementary color
Monochromatic Colors of #514F8B
Black with #514F8B
Text Example
Text Example
White with #514F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F8B; }
p { color: rgb(81,79,139); }
H1.HeaderClassName
{
color: #514F8B;
}
.AnyTagClassName
{
color: #514F8B;
}
</style>
background-color css
<style>
a { background-color: #514F8B; }
a { background-color: rgb(81,79,139); }
div.DivClassName
{
background-color: #514F8B;
}
.BgClassName
{
background-color: #514F8B;
}
</style>
border-color css
<style>
span { border-color: #514F8B; }
span { border-color: rgb(81,79,139); }
td.TdClassName
{
border-color: #514F8B;
}
.TagClassName
{
border-color: #514F8B;
}
</style>