Shades of Victoria #544A94
Tints of Victoria #544A94
RGB
CMYK
RGB Variations
Color information
#544A94 (or 0x544A94) is known color: Victoria. HEX triplet: 54, 4A and 94. RGB value is (84,74,148). Sum of RGB (Red+Green+Blue) = 84+74+148=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #544A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544A94 is #ABB56B. Grayscale: #555555. Windows color (decimal): -11253100 or 9718356. OLE color: 9718356.
HSL color Cylindrical-coordinate representation of color #544A94: hue angle of 248.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544A94 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 74 | 148 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.42 |
| HSL | 248.11º | 0.33% | 0.44% | - |
| HSV(B) | 248.11º | 0.5% | 0.58% | - |
| XYZ | 11.45 | 8.92 | 29.14 | - |
| YUV | 85.43 | 163.31 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 74 | 148 | 0.43 | 0.50 | 0 | 0.42 | 248.11 | 0.33 | 0.44 |
| Hex | 54 | 4A | 94 | 2B | 32 | 0 | 2A | F8 | 21 | 2C |
| Octal | 124 | 112 | 224 | 53 | 62 | 0 | 52 | 370 | 41 | 54 |
| Binary | 1010100 | 1001010 | 10010100 | 101011 | 110010 | 0 | 101010 | 11111000 | 100001 | 101100 |
Color Harmonies of #544A94
Complementary color
Monochromatic Colors of #544A94
Black with #544A94
Text Example
Text Example
White with #544A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544A94; }
p { color: rgb(84,74,148); }
H1.HeaderClassName
{
color: #544A94;
}
.AnyTagClassName
{
color: #544A94;
}
</style>
background-color css
<style>
a { background-color: #544A94; }
a { background-color: rgb(84,74,148); }
div.DivClassName
{
background-color: #544A94;
}
.BgClassName
{
background-color: #544A94;
}
</style>
border-color css
<style>
span { border-color: #544A94; }
span { border-color: rgb(84,74,148); }
td.TdClassName
{
border-color: #544A94;
}
.TagClassName
{
border-color: #544A94;
}
</style>