Shades of Victoria #54467E
Tints of Victoria #54467E
RGB
CMYK
RGB Variations
Color information
#54467E (or 0x54467E) is known color: Victoria. HEX triplet: 54, 46 and 7E. RGB value is (84,70,126). Sum of RGB (Red+Green+Blue) = 84+70+126=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #54467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54467E is #ABB981. Grayscale: #505050. Windows color (decimal): -11254146 or 8275540. OLE color: 8275540.
HSL color Cylindrical-coordinate representation of color #54467E: hue angle of 255º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54467E is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 70 | 126 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.51 |
| HSL | 255º | 0.29% | 0.38% | - |
| HSV(B) | 255º | 0.44% | 0.49% | - |
| XYZ | 9.61 | 7.77 | 20.73 | - |
| YUV | 80.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 126 | 0.33 | 0.44 | 0 | 0.51 | 255 | 0.29 | 0.38 |
| Hex | 54 | 46 | 7E | 21 | 2C | 0 | 33 | FF | 1D | 26 |
| Octal | 124 | 106 | 176 | 41 | 54 | 0 | 63 | 377 | 35 | 46 |
| Binary | 1010100 | 1000110 | 1111110 | 100001 | 101100 | 0 | 110011 | 11111111 | 11101 | 100110 |
Color Harmonies of #54467E
Complementary color
Monochromatic Colors of #54467E
Black with #54467E
Text Example
Text Example
White with #54467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54467E; }
p { color: rgb(84,70,126); }
H1.HeaderClassName
{
color: #54467E;
}
.AnyTagClassName
{
color: #54467E;
}
</style>
background-color css
<style>
a { background-color: #54467E; }
a { background-color: rgb(84,70,126); }
div.DivClassName
{
background-color: #54467E;
}
.BgClassName
{
background-color: #54467E;
}
</style>
border-color css
<style>
span { border-color: #54467E; }
span { border-color: rgb(84,70,126); }
td.TdClassName
{
border-color: #54467E;
}
.TagClassName
{
border-color: #54467E;
}
</style>