Shades of Victoria #54488A
Tints of Victoria #54488A
RGB
CMYK
RGB Variations
Color information
#54488A (or 0x54488A) is known color: Victoria. HEX triplet: 54, 48 and 8A. RGB value is (84,72,138). Sum of RGB (Red+Green+Blue) = 84+72+138=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #54488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488A is #ABB775. Grayscale: #525252. Windows color (decimal): -11253622 or 9062484. OLE color: 9062484.
HSL color Cylindrical-coordinate representation of color #54488A: hue angle of 250.91º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54488A is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 72 | 138 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.46 |
| HSL | 250.91º | 0.31% | 0.41% | - |
| HSV(B) | 250.91º | 0.48% | 0.54% | - |
| XYZ | 10.56 | 8.35 | 25.1 | - |
| YUV | 83.11 | 158.98 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 138 | 0.39 | 0.48 | 0 | 0.46 | 250.91 | 0.31 | 0.41 |
| Hex | 54 | 48 | 8A | 27 | 30 | 0 | 2E | FB | 1F | 29 |
| Octal | 124 | 110 | 212 | 47 | 60 | 0 | 56 | 373 | 37 | 51 |
| Binary | 1010100 | 1001000 | 10001010 | 100111 | 110000 | 0 | 101110 | 11111011 | 11111 | 101001 |
Color Harmonies of #54488A
Complementary color
Monochromatic Colors of #54488A
Black with #54488A
Text Example
Text Example
White with #54488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54488A; }
p { color: rgb(84,72,138); }
H1.HeaderClassName
{
color: #54488A;
}
.AnyTagClassName
{
color: #54488A;
}
</style>
background-color css
<style>
a { background-color: #54488A; }
a { background-color: rgb(84,72,138); }
div.DivClassName
{
background-color: #54488A;
}
.BgClassName
{
background-color: #54488A;
}
</style>
border-color css
<style>
span { border-color: #54488A; }
span { border-color: rgb(84,72,138); }
td.TdClassName
{
border-color: #54488A;
}
.TagClassName
{
border-color: #54488A;
}
</style>