Shades of Victoria #544A78
Tints of Victoria #544A78
RGB
CMYK
RGB Variations
Color information
#544A78 (or 0x544A78) is known color: Victoria. HEX triplet: 54, 4A and 78. RGB value is (84,74,120). Sum of RGB (Red+Green+Blue) = 84+74+120=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #544A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A78 is #ABB587. Grayscale: #525252. Windows color (decimal): -11253128 or 7883348. OLE color: 7883348.
HSL color Cylindrical-coordinate representation of color #544A78: hue angle of 253.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #544A78 is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 74 | 120 | - |
| CMYK | 0.3 | 0.38 | 0 | 0.53 |
| HSL | 253.04º | 0.24% | 0.38% | - |
| HSV(B) | 253.04º | 0.38% | 0.47% | - |
| XYZ | 9.5 | 8.14 | 18.84 | - |
| YUV | 82.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 120 | 0.3 | 0.38 | 0 | 0.53 | 253.04 | 0.24 | 0.38 |
| Hex | 54 | 4A | 78 | 1E | 26 | 0 | 35 | FD | 18 | 26 |
| Octal | 124 | 112 | 170 | 36 | 46 | 0 | 65 | 375 | 30 | 46 |
| Binary | 1010100 | 1001010 | 1111000 | 11110 | 100110 | 0 | 110101 | 11111101 | 11000 | 100110 |
Color Harmonies of #544A78
Complementary color
Monochromatic Colors of #544A78
Black with #544A78
Text Example
Text Example
White with #544A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A78; }
p { color: rgb(84,74,120); }
H1.HeaderClassName
{
color: #544A78;
}
.AnyTagClassName
{
color: #544A78;
}
</style>
background-color css
<style>
a { background-color: #544A78; }
a { background-color: rgb(84,74,120); }
div.DivClassName
{
background-color: #544A78;
}
.BgClassName
{
background-color: #544A78;
}
</style>
border-color css
<style>
span { border-color: #544A78; }
span { border-color: rgb(84,74,120); }
td.TdClassName
{
border-color: #544A78;
}
.TagClassName
{
border-color: #544A78;
}
</style>