Shades of Victoria #514F84
Tints of Victoria #514F84
RGB
CMYK
RGB Variations
Color information
#514F84 (or 0x514F84) is known color: Victoria. HEX triplet: 51, 4F and 84. RGB value is (81,79,132). Sum of RGB (Red+Green+Blue) = 81+79+132=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #514F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #514F84 is #AEB07B. Grayscale: #555555. Windows color (decimal): -11448444 or 8671057. OLE color: 8671057.
HSL color Cylindrical-coordinate representation of color #514F84: hue angle of 242.26º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514F84 is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 79 | 132 | - |
| CMYK | 0.39 | 0.40 | 0 | 0.48 |
| HSL | 242.26º | 0.25% | 0.41% | - |
| HSV(B) | 242.26º | 0.4% | 0.52% | - |
| XYZ | 10.35 | 9.01 | 23.02 | - |
| YUV | 85.64 | 154.16 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 132 | 0.39 | 0.40 | 0 | 0.48 | 242.26 | 0.25 | 0.41 |
| Hex | 51 | 4F | 84 | 27 | 28 | 0 | 30 | F2 | 19 | 29 |
| Octal | 121 | 117 | 204 | 47 | 50 | 0 | 60 | 362 | 31 | 51 |
| Binary | 1010001 | 1001111 | 10000100 | 100111 | 101000 | 0 | 110000 | 11110010 | 11001 | 101001 |
Color Harmonies of #514F84
Complementary color
Monochromatic Colors of #514F84
Black with #514F84
Text Example
Text Example
White with #514F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F84; }
p { color: rgb(81,79,132); }
H1.HeaderClassName
{
color: #514F84;
}
.AnyTagClassName
{
color: #514F84;
}
</style>
background-color css
<style>
a { background-color: #514F84; }
a { background-color: rgb(81,79,132); }
div.DivClassName
{
background-color: #514F84;
}
.BgClassName
{
background-color: #514F84;
}
</style>
border-color css
<style>
span { border-color: #514F84; }
span { border-color: rgb(81,79,132); }
td.TdClassName
{
border-color: #514F84;
}
.TagClassName
{
border-color: #514F84;
}
</style>