Shades of Victoria #54467D
Tints of Victoria #54467D
RGB
CMYK
RGB Variations
Color information
#54467D (or 0x54467D) is known color: Victoria. HEX triplet: 54, 46 and 7D. RGB value is (84,70,125). Sum of RGB (Red+Green+Blue) = 84+70+125=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #54467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54467D is #ABB982. Grayscale: #505050. Windows color (decimal): -11254147 or 8210004. OLE color: 8210004.
HSL color Cylindrical-coordinate representation of color #54467D: hue angle of 255.27º degrees, saturation: 0.28, 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 #54467D is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 70 | 125 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.51 |
| HSL | 255.27º | 0.28% | 0.38% | - |
| HSV(B) | 255.27º | 0.44% | 0.49% | - |
| XYZ | 9.55 | 7.75 | 20.39 | - |
| YUV | 80.46 | 153.14 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 70 | 125 | 0.33 | 0.44 | 0 | 0.51 | 255.27 | 0.28 | 0.38 |
| Hex | 54 | 46 | 7D | 21 | 2C | 0 | 33 | FF | 1C | 26 |
| Octal | 124 | 106 | 175 | 41 | 54 | 0 | 63 | 377 | 34 | 46 |
| Binary | 1010100 | 1000110 | 1111101 | 100001 | 101100 | 0 | 110011 | 11111111 | 11100 | 100110 |
Color Harmonies of #54467D
Complementary color
Monochromatic Colors of #54467D
Black with #54467D
Text Example
Text Example
White with #54467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54467D; }
p { color: rgb(84,70,125); }
H1.HeaderClassName
{
color: #54467D;
}
.AnyTagClassName
{
color: #54467D;
}
</style>
background-color css
<style>
a { background-color: #54467D; }
a { background-color: rgb(84,70,125); }
div.DivClassName
{
background-color: #54467D;
}
.BgClassName
{
background-color: #54467D;
}
</style>
border-color css
<style>
span { border-color: #54467D; }
span { border-color: rgb(84,70,125); }
td.TdClassName
{
border-color: #54467D;
}
.TagClassName
{
border-color: #54467D;
}
</style>