Shades of Victoria #544C92
Tints of Victoria #544C92
RGB
CMYK
RGB Variations
Color information
#544C92 (or 0x544C92) is known color: Victoria. HEX triplet: 54, 4C and 92. RGB value is (84,76,146). Sum of RGB (Red+Green+Blue) = 84+76+146=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #544C92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544C92 is #ABB36D. Grayscale: #565656. Windows color (decimal): -11252590 or 9587796. OLE color: 9587796.
HSL color Cylindrical-coordinate representation of color #544C92: hue angle of 246.86º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544C92 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 76 | 146 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.43 |
| HSL | 246.86º | 0.32% | 0.44% | - |
| HSV(B) | 246.86º | 0.48% | 0.57% | - |
| XYZ | 11.43 | 9.13 | 28.35 | - |
| YUV | 86.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 146 | 0.42 | 0.48 | 0 | 0.43 | 246.86 | 0.32 | 0.44 |
| Hex | 54 | 4C | 92 | 2A | 30 | 0 | 2B | F7 | 20 | 2C |
| Octal | 124 | 114 | 222 | 52 | 60 | 0 | 53 | 367 | 40 | 54 |
| Binary | 1010100 | 1001100 | 10010010 | 101010 | 110000 | 0 | 101011 | 11110111 | 100000 | 101100 |
Color Harmonies of #544C92
Complementary color
Monochromatic Colors of #544C92
Black with #544C92
Text Example
Text Example
White with #544C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C92; }
p { color: rgb(84,76,146); }
H1.HeaderClassName
{
color: #544C92;
}
.AnyTagClassName
{
color: #544C92;
}
</style>
background-color css
<style>
a { background-color: #544C92; }
a { background-color: rgb(84,76,146); }
div.DivClassName
{
background-color: #544C92;
}
.BgClassName
{
background-color: #544C92;
}
</style>
border-color css
<style>
span { border-color: #544C92; }
span { border-color: rgb(84,76,146); }
td.TdClassName
{
border-color: #544C92;
}
.TagClassName
{
border-color: #544C92;
}
</style>