Shades of Victoria #544777
Tints of Victoria #544777
RGB
CMYK
RGB Variations
Color information
#544777 (or 0x544777) is known color: Victoria. HEX triplet: 54, 47 and 77. RGB value is (84,71,119). Sum of RGB (Red+Green+Blue) = 84+71+119=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #544777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544777 is #ABB888. Grayscale: #505050. Windows color (decimal): -11253897 or 7817044. OLE color: 7817044.
HSL color Cylindrical-coordinate representation of color #544777: hue angle of 256.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544777 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 71 | 119 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.53 |
| HSL | 256.25º | 0.25% | 0.37% | - |
| HSV(B) | 256.25º | 0.4% | 0.47% | - |
| XYZ | 9.24 | 7.72 | 18.46 | - |
| YUV | 80.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 71 | 119 | 0.29 | 0.40 | 0 | 0.53 | 256.25 | 0.25 | 0.37 |
| Hex | 54 | 47 | 77 | 1D | 28 | 0 | 35 | 100 | 19 | 25 |
| Octal | 124 | 107 | 167 | 35 | 50 | 0 | 65 | 400 | 31 | 45 |
| Binary | 1010100 | 1000111 | 1110111 | 11101 | 101000 | 0 | 110101 | 100000000 | 11001 | 100101 |
Color Harmonies of #544777
Complementary color
Monochromatic Colors of #544777
Black with #544777
Text Example
Text Example
White with #544777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544777; }
p { color: rgb(84,71,119); }
H1.HeaderClassName
{
color: #544777;
}
.AnyTagClassName
{
color: #544777;
}
</style>
background-color css
<style>
a { background-color: #544777; }
a { background-color: rgb(84,71,119); }
div.DivClassName
{
background-color: #544777;
}
.BgClassName
{
background-color: #544777;
}
</style>
border-color css
<style>
span { border-color: #544777; }
span { border-color: rgb(84,71,119); }
td.TdClassName
{
border-color: #544777;
}
.TagClassName
{
border-color: #544777;
}
</style>