Shades of Victoria #54488C
Tints of Victoria #54488C
RGB
CMYK
RGB Variations
Color information
#54488C (or 0x54488C) is known color: Victoria. HEX triplet: 54, 48 and 8C. RGB value is (84,72,140). Sum of RGB (Red+Green+Blue) = 84+72+140=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #54488C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488C is #ABB773. Grayscale: #535353. Windows color (decimal): -11253620 or 9193556. OLE color: 9193556.
HSL color Cylindrical-coordinate representation of color #54488C: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54488C is Cyan = 0.4, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 72 | 140 | - |
| CMYK | 0.4 | 0.49 | 0 | 0.45 |
| HSL | 250.59º | 0.32% | 0.42% | - |
| HSV(B) | 250.59º | 0.49% | 0.55% | - |
| XYZ | 10.71 | 8.41 | 25.87 | - |
| YUV | 83.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 140 | 0.4 | 0.49 | 0 | 0.45 | 250.59 | 0.32 | 0.42 |
| Hex | 54 | 48 | 8C | 28 | 31 | 0 | 2D | FB | 20 | 2A |
| Octal | 124 | 110 | 214 | 50 | 61 | 0 | 55 | 373 | 40 | 52 |
| Binary | 1010100 | 1001000 | 10001100 | 101000 | 110001 | 0 | 101101 | 11111011 | 100000 | 101010 |
Color Harmonies of #54488C
Complementary color
Monochromatic Colors of #54488C
Black with #54488C
Text Example
Text Example
White with #54488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54488C; }
p { color: rgb(84,72,140); }
H1.HeaderClassName
{
color: #54488C;
}
.AnyTagClassName
{
color: #54488C;
}
</style>
background-color css
<style>
a { background-color: #54488C; }
a { background-color: rgb(84,72,140); }
div.DivClassName
{
background-color: #54488C;
}
.BgClassName
{
background-color: #54488C;
}
</style>
border-color css
<style>
span { border-color: #54488C; }
span { border-color: rgb(84,72,140); }
td.TdClassName
{
border-color: #54488C;
}
.TagClassName
{
border-color: #54488C;
}
</style>