Shades of Victoria #544E7C
Tints of Victoria #544E7C
RGB
CMYK
RGB Variations
Color information
#544E7C (or 0x544E7C) is known color: Victoria. HEX triplet: 54, 4E and 7C. RGB value is (84,78,124). Sum of RGB (Red+Green+Blue) = 84+78+124=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #544E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E7C is #ABB183. Grayscale: #545454. Windows color (decimal): -11252100 or 8146516. OLE color: 8146516.
HSL color Cylindrical-coordinate representation of color #544E7C: hue angle of 247.83º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #544E7C is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 78 | 124 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.51 |
| HSL | 247.83º | 0.23% | 0.4% | - |
| HSV(B) | 247.83º | 0.37% | 0.49% | - |
| XYZ | 10.02 | 8.79 | 20.24 | - |
| YUV | 85.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 124 | 0.32 | 0.37 | 0 | 0.51 | 247.83 | 0.23 | 0.4 |
| Hex | 54 | 4E | 7C | 20 | 25 | 0 | 33 | F8 | 17 | 28 |
| Octal | 124 | 116 | 174 | 40 | 45 | 0 | 63 | 370 | 27 | 50 |
| Binary | 1010100 | 1001110 | 1111100 | 100000 | 100101 | 0 | 110011 | 11111000 | 10111 | 101000 |
Color Harmonies of #544E7C
Complementary color
Monochromatic Colors of #544E7C
Black with #544E7C
Text Example
Text Example
White with #544E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544E7C; }
p { color: rgb(84,78,124); }
H1.HeaderClassName
{
color: #544E7C;
}
.AnyTagClassName
{
color: #544E7C;
}
</style>
background-color css
<style>
a { background-color: #544E7C; }
a { background-color: rgb(84,78,124); }
div.DivClassName
{
background-color: #544E7C;
}
.BgClassName
{
background-color: #544E7C;
}
</style>
border-color css
<style>
span { border-color: #544E7C; }
span { border-color: rgb(84,78,124); }
td.TdClassName
{
border-color: #544E7C;
}
.TagClassName
{
border-color: #544E7C;
}
</style>