Shades of Victoria #544B79
Tints of Victoria #544B79
RGB
CMYK
RGB Variations
Color information
#544B79 (or 0x544B79) is known color: Victoria. HEX triplet: 54, 4B and 79. RGB value is (84,75,121). Sum of RGB (Red+Green+Blue) = 84+75+121=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #544B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B79 is #ABB486. Grayscale: #525252. Windows color (decimal): -11252871 or 7949140. OLE color: 7949140.
HSL color Cylindrical-coordinate representation of color #544B79: hue angle of 251.74º degrees, saturation: 0.23, 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 #544B79 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 75 | 121 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.53 |
| HSL | 251.74º | 0.23% | 0.38% | - |
| HSV(B) | 251.74º | 0.38% | 0.47% | - |
| XYZ | 9.62 | 8.3 | 19.18 | - |
| YUV | 82.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 121 | 0.31 | 0.38 | 0 | 0.53 | 251.74 | 0.23 | 0.38 |
| Hex | 54 | 4B | 79 | 1F | 26 | 0 | 35 | FC | 17 | 26 |
| Octal | 124 | 113 | 171 | 37 | 46 | 0 | 65 | 374 | 27 | 46 |
| Binary | 1010100 | 1001011 | 1111001 | 11111 | 100110 | 0 | 110101 | 11111100 | 10111 | 100110 |
Color Harmonies of #544B79
Complementary color
Monochromatic Colors of #544B79
Black with #544B79
Text Example
Text Example
White with #544B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B79; }
p { color: rgb(84,75,121); }
H1.HeaderClassName
{
color: #544B79;
}
.AnyTagClassName
{
color: #544B79;
}
</style>
background-color css
<style>
a { background-color: #544B79; }
a { background-color: rgb(84,75,121); }
div.DivClassName
{
background-color: #544B79;
}
.BgClassName
{
background-color: #544B79;
}
</style>
border-color css
<style>
span { border-color: #544B79; }
span { border-color: rgb(84,75,121); }
td.TdClassName
{
border-color: #544B79;
}
.TagClassName
{
border-color: #544B79;
}
</style>