Shades of Victoria #54487C
Tints of Victoria #54487C
RGB
CMYK
RGB Variations
Color information
#54487C (or 0x54487C) is known color: Victoria. HEX triplet: 54, 48 and 7C. RGB value is (84,72,124). Sum of RGB (Red+Green+Blue) = 84+72+124=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #54487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54487C is #ABB783. Grayscale: #515151. Windows color (decimal): -11253636 or 8144980. OLE color: 8144980.
HSL color Cylindrical-coordinate representation of color #54487C: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54487C is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 72 | 124 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.51 |
| HSL | 253.85º | 0.27% | 0.38% | - |
| HSV(B) | 253.85º | 0.42% | 0.49% | - |
| XYZ | 9.61 | 7.97 | 20.1 | - |
| YUV | 81.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 72 | 124 | 0.32 | 0.42 | 0 | 0.51 | 253.85 | 0.27 | 0.38 |
| Hex | 54 | 48 | 7C | 20 | 2A | 0 | 33 | FE | 1B | 26 |
| Octal | 124 | 110 | 174 | 40 | 52 | 0 | 63 | 376 | 33 | 46 |
| Binary | 1010100 | 1001000 | 1111100 | 100000 | 101010 | 0 | 110011 | 11111110 | 11011 | 100110 |
Color Harmonies of #54487C
Complementary color
Monochromatic Colors of #54487C
Black with #54487C
Text Example
Text Example
White with #54487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54487C; }
p { color: rgb(84,72,124); }
H1.HeaderClassName
{
color: #54487C;
}
.AnyTagClassName
{
color: #54487C;
}
</style>
background-color css
<style>
a { background-color: #54487C; }
a { background-color: rgb(84,72,124); }
div.DivClassName
{
background-color: #54487C;
}
.BgClassName
{
background-color: #54487C;
}
</style>
border-color css
<style>
span { border-color: #54487C; }
span { border-color: rgb(84,72,124); }
td.TdClassName
{
border-color: #54487C;
}
.TagClassName
{
border-color: #54487C;
}
</style>