Shades of Victoria #544A96
Tints of Victoria #544A96
RGB
CMYK
RGB Variations
Color information
#544A96 (or 0x544A96) is known color: Victoria. HEX triplet: 54, 4A and 96. RGB value is (84,74,150). Sum of RGB (Red+Green+Blue) = 84+74+150=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #544A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A96 is #ABB569. Grayscale: #555555. Windows color (decimal): -11253098 or 9849428. OLE color: 9849428.
HSL color Cylindrical-coordinate representation of color #544A96: hue angle of 247.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544A96 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 74 | 150 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.41 |
| HSL | 247.89º | 0.34% | 0.44% | - |
| HSV(B) | 247.89º | 0.51% | 0.59% | - |
| XYZ | 11.61 | 8.98 | 29.98 | - |
| YUV | 85.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 150 | 0.44 | 0.51 | 0 | 0.41 | 247.89 | 0.34 | 0.44 |
| Hex | 54 | 4A | 96 | 2C | 33 | 0 | 29 | F8 | 22 | 2C |
| Octal | 124 | 112 | 226 | 54 | 63 | 0 | 51 | 370 | 42 | 54 |
| Binary | 1010100 | 1001010 | 10010110 | 101100 | 110011 | 0 | 101001 | 11111000 | 100010 | 101100 |
Color Harmonies of #544A96
Complementary color
Monochromatic Colors of #544A96
Black with #544A96
Text Example
Text Example
White with #544A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A96; }
p { color: rgb(84,74,150); }
H1.HeaderClassName
{
color: #544A96;
}
.AnyTagClassName
{
color: #544A96;
}
</style>
background-color css
<style>
a { background-color: #544A96; }
a { background-color: rgb(84,74,150); }
div.DivClassName
{
background-color: #544A96;
}
.BgClassName
{
background-color: #544A96;
}
</style>
border-color css
<style>
span { border-color: #544A96; }
span { border-color: rgb(84,74,150); }
td.TdClassName
{
border-color: #544A96;
}
.TagClassName
{
border-color: #544A96;
}
</style>