Shades of Victoria #544C7F
Tints of Victoria #544C7F
RGB
CMYK
RGB Variations
Color information
#544C7F (or 0x544C7F) is known color: Victoria. HEX triplet: 54, 4C and 7F. RGB value is (84,76,127). Sum of RGB (Red+Green+Blue) = 84+76+127=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #544C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C7F is #ABB380. Grayscale: #545454. Windows color (decimal): -11252609 or 8342612. OLE color: 8342612.
HSL color Cylindrical-coordinate representation of color #544C7F: hue angle of 249.41º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544C7F is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 76 | 127 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.50 |
| HSL | 249.41º | 0.25% | 0.4% | - |
| HSV(B) | 249.41º | 0.4% | 0.5% | - |
| XYZ | 10.07 | 8.59 | 21.21 | - |
| YUV | 84.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 127 | 0.34 | 0.40 | 0 | 0.50 | 249.41 | 0.25 | 0.4 |
| Hex | 54 | 4C | 7F | 22 | 28 | 0 | 32 | F9 | 19 | 28 |
| Octal | 124 | 114 | 177 | 42 | 50 | 0 | 62 | 371 | 31 | 50 |
| Binary | 1010100 | 1001100 | 1111111 | 100010 | 101000 | 0 | 110010 | 11111001 | 11001 | 101000 |
Color Harmonies of #544C7F
Complementary color
Monochromatic Colors of #544C7F
Black with #544C7F
Text Example
Text Example
White with #544C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C7F; }
p { color: rgb(84,76,127); }
H1.HeaderClassName
{
color: #544C7F;
}
.AnyTagClassName
{
color: #544C7F;
}
</style>
background-color css
<style>
a { background-color: #544C7F; }
a { background-color: rgb(84,76,127); }
div.DivClassName
{
background-color: #544C7F;
}
.BgClassName
{
background-color: #544C7F;
}
</style>
border-color css
<style>
span { border-color: #544C7F; }
span { border-color: rgb(84,76,127); }
td.TdClassName
{
border-color: #544C7F;
}
.TagClassName
{
border-color: #544C7F;
}
</style>