Shades of Victoria #544E76
Tints of Victoria #544E76
RGB
CMYK
RGB Variations
Color information
#544E76 (or 0x544E76) is known color: Victoria. HEX triplet: 54, 4E and 76. RGB value is (84,78,118). Sum of RGB (Red+Green+Blue) = 84+78+118=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #544E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E76 is #ABB189. Grayscale: #545454. Windows color (decimal): -11252106 or 7753300. OLE color: 7753300.
HSL color Cylindrical-coordinate representation of color #544E76: hue angle of 249º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #544E76 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 78 | 118 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.54 |
| HSL | 249º | 0.2% | 0.38% | - |
| HSV(B) | 249º | 0.34% | 0.46% | - |
| XYZ | 9.65 | 8.64 | 18.3 | - |
| YUV | 84.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 118 | 0.29 | 0.34 | 0 | 0.54 | 249 | 0.2 | 0.38 |
| Hex | 54 | 4E | 76 | 1D | 22 | 0 | 36 | F9 | 14 | 26 |
| Octal | 124 | 116 | 166 | 35 | 42 | 0 | 66 | 371 | 24 | 46 |
| Binary | 1010100 | 1001110 | 1110110 | 11101 | 100010 | 0 | 110110 | 11111001 | 10100 | 100110 |
Color Harmonies of #544E76
Complementary color
Monochromatic Colors of #544E76
Black with #544E76
Text Example
Text Example
White with #544E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E76; }
p { color: rgb(84,78,118); }
H1.HeaderClassName
{
color: #544E76;
}
.AnyTagClassName
{
color: #544E76;
}
</style>
background-color css
<style>
a { background-color: #544E76; }
a { background-color: rgb(84,78,118); }
div.DivClassName
{
background-color: #544E76;
}
.BgClassName
{
background-color: #544E76;
}
</style>
border-color css
<style>
span { border-color: #544E76; }
span { border-color: rgb(84,78,118); }
td.TdClassName
{
border-color: #544E76;
}
.TagClassName
{
border-color: #544E76;
}
</style>