Shades of Victoria #544D8D
Tints of Victoria #544D8D
RGB
CMYK
RGB Variations
Color information
#544D8D (or 0x544D8D) is known color: Victoria. HEX triplet: 54, 4D and 8D. RGB value is (84,77,141). Sum of RGB (Red+Green+Blue) = 84+77+141=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #544D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544D8D is #ABB272. Grayscale: #565656. Windows color (decimal): -11252339 or 9260372. OLE color: 9260372.
HSL color Cylindrical-coordinate representation of color #544D8D: hue angle of 246.56º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #544D8D is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 77 | 141 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.45 |
| HSL | 246.56º | 0.29% | 0.43% | - |
| HSV(B) | 246.56º | 0.45% | 0.55% | - |
| XYZ | 11.12 | 9.12 | 26.37 | - |
| YUV | 86.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 141 | 0.40 | 0.45 | 0 | 0.45 | 246.56 | 0.29 | 0.43 |
| Hex | 54 | 4D | 8D | 28 | 2D | 0 | 2D | F7 | 1D | 2B |
| Octal | 124 | 115 | 215 | 50 | 55 | 0 | 55 | 367 | 35 | 53 |
| Binary | 1010100 | 1001101 | 10001101 | 101000 | 101101 | 0 | 101101 | 11110111 | 11101 | 101011 |
Color Harmonies of #544D8D
Complementary color
Monochromatic Colors of #544D8D
Black with #544D8D
Text Example
Text Example
White with #544D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544D8D; }
p { color: rgb(84,77,141); }
H1.HeaderClassName
{
color: #544D8D;
}
.AnyTagClassName
{
color: #544D8D;
}
</style>
background-color css
<style>
a { background-color: #544D8D; }
a { background-color: rgb(84,77,141); }
div.DivClassName
{
background-color: #544D8D;
}
.BgClassName
{
background-color: #544D8D;
}
</style>
border-color css
<style>
span { border-color: #544D8D; }
span { border-color: rgb(84,77,141); }
td.TdClassName
{
border-color: #544D8D;
}
.TagClassName
{
border-color: #544D8D;
}
</style>