Shades of Victoria #544988
Tints of Victoria #544988
RGB
CMYK
RGB Variations
Color information
#544988 (or 0x544988) is known color: Victoria. HEX triplet: 54, 49 and 88. RGB value is (84,73,136). Sum of RGB (Red+Green+Blue) = 84+73+136=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #544988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544988 is #ABB677. Grayscale: #535353. Windows color (decimal): -11253368 or 8931668. OLE color: 8931668.
HSL color Cylindrical-coordinate representation of color #544988: hue angle of 250.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544988 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 73 | 136 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.47 |
| HSL | 250.48º | 0.3% | 0.41% | - |
| HSV(B) | 250.48º | 0.46% | 0.53% | - |
| XYZ | 10.48 | 8.43 | 24.37 | - |
| YUV | 83.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 136 | 0.38 | 0.46 | 0 | 0.47 | 250.48 | 0.3 | 0.41 |
| Hex | 54 | 49 | 88 | 26 | 2E | 0 | 2F | FA | 1E | 29 |
| Octal | 124 | 111 | 210 | 46 | 56 | 0 | 57 | 372 | 36 | 51 |
| Binary | 1010100 | 1001001 | 10001000 | 100110 | 101110 | 0 | 101111 | 11111010 | 11110 | 101001 |
Color Harmonies of #544988
Complementary color
Monochromatic Colors of #544988
Black with #544988
Text Example
Text Example
White with #544988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544988; }
p { color: rgb(84,73,136); }
H1.HeaderClassName
{
color: #544988;
}
.AnyTagClassName
{
color: #544988;
}
</style>
background-color css
<style>
a { background-color: #544988; }
a { background-color: rgb(84,73,136); }
div.DivClassName
{
background-color: #544988;
}
.BgClassName
{
background-color: #544988;
}
</style>
border-color css
<style>
span { border-color: #544988; }
span { border-color: rgb(84,73,136); }
td.TdClassName
{
border-color: #544988;
}
.TagClassName
{
border-color: #544988;
}
</style>