Shades of Victoria #54497B
Tints of Victoria #54497B
RGB
CMYK
RGB Variations
Color information
#54497B (or 0x54497B) is known color: Victoria. HEX triplet: 54, 49 and 7B. RGB value is (84,73,123). Sum of RGB (Red+Green+Blue) = 84+73+123=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #54497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54497B is #ABB684. Grayscale: #515151. Windows color (decimal): -11253381 or 8079700. OLE color: 8079700.
HSL color Cylindrical-coordinate representation of color #54497B: hue angle of 253.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54497B is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 84 | 73 | 123 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.52 |
| HSL | 253.2º | 0.26% | 0.38% | - |
| HSV(B) | 253.2º | 0.41% | 0.48% | - |
| XYZ | 9.61 | 8.08 | 19.79 | - |
| YUV | 81.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 123 | 0.32 | 0.41 | 0 | 0.52 | 253.2 | 0.26 | 0.38 |
| Hex | 54 | 49 | 7B | 20 | 29 | 0 | 34 | FD | 1A | 26 |
| Octal | 124 | 111 | 173 | 40 | 51 | 0 | 64 | 375 | 32 | 46 |
| Binary | 1010100 | 1001001 | 1111011 | 100000 | 101001 | 0 | 110100 | 11111101 | 11010 | 100110 |
Color Harmonies of #54497B
Complementary color
Monochromatic Colors of #54497B
Black with #54497B
Text Example
Text Example
White with #54497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54497B; }
p { color: rgb(84,73,123); }
H1.HeaderClassName
{
color: #54497B;
}
.AnyTagClassName
{
color: #54497B;
}
</style>
background-color css
<style>
a { background-color: #54497B; }
a { background-color: rgb(84,73,123); }
div.DivClassName
{
background-color: #54497B;
}
.BgClassName
{
background-color: #54497B;
}
</style>
border-color css
<style>
span { border-color: #54497B; }
span { border-color: rgb(84,73,123); }
td.TdClassName
{
border-color: #54497B;
}
.TagClassName
{
border-color: #54497B;
}
</style>