Shades of Victoria #544A79
Tints of Victoria #544A79
RGB
CMYK
RGB Variations
Color information
#544A79 (or 0x544A79) is known color: Victoria. HEX triplet: 54, 4A and 79. RGB value is (84,74,121). Sum of RGB (Red+Green+Blue) = 84+74+121=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #544A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544A79 is #ABB586. Grayscale: #525252. Windows color (decimal): -11253127 or 7948884. OLE color: 7948884.
HSL color Cylindrical-coordinate representation of color #544A79: hue angle of 252.77º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #544A79 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 74 | 121 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.53 |
| HSL | 252.77º | 0.24% | 0.38% | - |
| HSV(B) | 252.77º | 0.39% | 0.47% | - |
| XYZ | 9.56 | 8.16 | 19.16 | - |
| YUV | 82.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 121 | 0.31 | 0.39 | 0 | 0.53 | 252.77 | 0.24 | 0.38 |
| Hex | 54 | 4A | 79 | 1F | 27 | 0 | 35 | FD | 18 | 26 |
| Octal | 124 | 112 | 171 | 37 | 47 | 0 | 65 | 375 | 30 | 46 |
| Binary | 1010100 | 1001010 | 1111001 | 11111 | 100111 | 0 | 110101 | 11111101 | 11000 | 100110 |
Color Harmonies of #544A79
Complementary color
Monochromatic Colors of #544A79
Black with #544A79
Text Example
Text Example
White with #544A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A79; }
p { color: rgb(84,74,121); }
H1.HeaderClassName
{
color: #544A79;
}
.AnyTagClassName
{
color: #544A79;
}
</style>
background-color css
<style>
a { background-color: #544A79; }
a { background-color: rgb(84,74,121); }
div.DivClassName
{
background-color: #544A79;
}
.BgClassName
{
background-color: #544A79;
}
</style>
border-color css
<style>
span { border-color: #544A79; }
span { border-color: rgb(84,74,121); }
td.TdClassName
{
border-color: #544A79;
}
.TagClassName
{
border-color: #544A79;
}
</style>