Shades of Victoria #544B88
Tints of Victoria #544B88
RGB
CMYK
RGB Variations
Color information
#544B88 (or 0x544B88) is known color: Victoria. HEX triplet: 54, 4B and 88. RGB value is (84,75,136). Sum of RGB (Red+Green+Blue) = 84+75+136=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #544B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544B88 is #ABB477. Grayscale: #545454. Windows color (decimal): -11252856 or 8932180. OLE color: 8932180.
HSL color Cylindrical-coordinate representation of color #544B88: hue angle of 248.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #544B88 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 75 | 136 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.47 |
| HSL | 248.85º | 0.29% | 0.41% | - |
| HSV(B) | 248.85º | 0.45% | 0.53% | - |
| XYZ | 10.62 | 8.69 | 24.41 | - |
| YUV | 84.65 | 156.98 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 136 | 0.38 | 0.45 | 0 | 0.47 | 248.85 | 0.29 | 0.41 |
| Hex | 54 | 4B | 88 | 26 | 2D | 0 | 2F | F9 | 1D | 29 |
| Octal | 124 | 113 | 210 | 46 | 55 | 0 | 57 | 371 | 35 | 51 |
| Binary | 1010100 | 1001011 | 10001000 | 100110 | 101101 | 0 | 101111 | 11111001 | 11101 | 101001 |
Color Harmonies of #544B88
Complementary color
Monochromatic Colors of #544B88
Black with #544B88
Text Example
Text Example
White with #544B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B88; }
p { color: rgb(84,75,136); }
H1.HeaderClassName
{
color: #544B88;
}
.AnyTagClassName
{
color: #544B88;
}
</style>
background-color css
<style>
a { background-color: #544B88; }
a { background-color: rgb(84,75,136); }
div.DivClassName
{
background-color: #544B88;
}
.BgClassName
{
background-color: #544B88;
}
</style>
border-color css
<style>
span { border-color: #544B88; }
span { border-color: rgb(84,75,136); }
td.TdClassName
{
border-color: #544B88;
}
.TagClassName
{
border-color: #544B88;
}
</style>