Shades of Victoria #54498D
Tints of Victoria #54498D
RGB
CMYK
RGB Variations
Color information
#54498D (or 0x54498D) is known color: Victoria. HEX triplet: 54, 49 and 8D. RGB value is (84,73,141). Sum of RGB (Red+Green+Blue) = 84+73+141=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #54498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54498D is #ABB672. Grayscale: #535353. Windows color (decimal): -11253363 or 9259348. OLE color: 9259348.
HSL color Cylindrical-coordinate representation of color #54498D: hue angle of 249.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54498D is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 73 | 141 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.45 |
| HSL | 249.71º | 0.32% | 0.42% | - |
| HSV(B) | 249.71º | 0.48% | 0.55% | - |
| XYZ | 10.85 | 8.57 | 26.28 | - |
| YUV | 84.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 141 | 0.40 | 0.48 | 0 | 0.45 | 249.71 | 0.32 | 0.42 |
| Hex | 54 | 49 | 8D | 28 | 30 | 0 | 2D | FA | 20 | 2A |
| Octal | 124 | 111 | 215 | 50 | 60 | 0 | 55 | 372 | 40 | 52 |
| Binary | 1010100 | 1001001 | 10001101 | 101000 | 110000 | 0 | 101101 | 11111010 | 100000 | 101010 |
Color Harmonies of #54498D
Complementary color
Monochromatic Colors of #54498D
Black with #54498D
Text Example
Text Example
White with #54498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54498D; }
p { color: rgb(84,73,141); }
H1.HeaderClassName
{
color: #54498D;
}
.AnyTagClassName
{
color: #54498D;
}
</style>
background-color css
<style>
a { background-color: #54498D; }
a { background-color: rgb(84,73,141); }
div.DivClassName
{
background-color: #54498D;
}
.BgClassName
{
background-color: #54498D;
}
</style>
border-color css
<style>
span { border-color: #54498D; }
span { border-color: rgb(84,73,141); }
td.TdClassName
{
border-color: #54498D;
}
.TagClassName
{
border-color: #54498D;
}
</style>