Shades of Victoria #54507C
Tints of Victoria #54507C
RGB
CMYK
RGB Variations
Color information
#54507C (or 0x54507C) is known color: Victoria. HEX triplet: 54, 50 and 7C. RGB value is (84,80,124). Sum of RGB (Red+Green+Blue) = 84+80+124=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #54507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54507C is #ABAF83. Grayscale: #565656. Windows color (decimal): -11251588 or 8147028. OLE color: 8147028.
HSL color Cylindrical-coordinate representation of color #54507C: hue angle of 245.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54507C is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 80 | 124 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.51 |
| HSL | 245.45º | 0.22% | 0.4% | - |
| HSV(B) | 245.45º | 0.35% | 0.49% | - |
| XYZ | 10.16 | 9.08 | 20.29 | - |
| YUV | 86.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 124 | 0.32 | 0.35 | 0 | 0.51 | 245.45 | 0.22 | 0.4 |
| Hex | 54 | 50 | 7C | 20 | 23 | 0 | 33 | F5 | 16 | 28 |
| Octal | 124 | 120 | 174 | 40 | 43 | 0 | 63 | 365 | 26 | 50 |
| Binary | 1010100 | 1010000 | 1111100 | 100000 | 100011 | 0 | 110011 | 11110101 | 10110 | 101000 |
Color Harmonies of #54507C
Complementary color
Monochromatic Colors of #54507C
Black with #54507C
Text Example
Text Example
White with #54507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54507C; }
p { color: rgb(84,80,124); }
H1.HeaderClassName
{
color: #54507C;
}
.AnyTagClassName
{
color: #54507C;
}
</style>
background-color css
<style>
a { background-color: #54507C; }
a { background-color: rgb(84,80,124); }
div.DivClassName
{
background-color: #54507C;
}
.BgClassName
{
background-color: #54507C;
}
</style>
border-color css
<style>
span { border-color: #54507C; }
span { border-color: rgb(84,80,124); }
td.TdClassName
{
border-color: #54507C;
}
.TagClassName
{
border-color: #54507C;
}
</style>