Shades of Victoria #544B87
Tints of Victoria #544B87
RGB
CMYK
RGB Variations
Color information
#544B87 (or 0x544B87) is known color: Victoria. HEX triplet: 54, 4B and 87. RGB value is (84,75,135). Sum of RGB (Red+Green+Blue) = 84+75+135=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #544B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544B87 is #ABB478. Grayscale: #545454. Windows color (decimal): -11252857 or 8866644. OLE color: 8866644.
HSL color Cylindrical-coordinate representation of color #544B87: hue angle of 249º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #544B87 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 75 | 135 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.47 |
| HSL | 249º | 0.29% | 0.41% | - |
| HSV(B) | 249º | 0.44% | 0.53% | - |
| XYZ | 10.55 | 8.67 | 24.04 | - |
| YUV | 84.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 75 | 135 | 0.38 | 0.44 | 0 | 0.47 | 249 | 0.29 | 0.41 |
| Hex | 54 | 4B | 87 | 26 | 2C | 0 | 2F | F9 | 1D | 29 |
| Octal | 124 | 113 | 207 | 46 | 54 | 0 | 57 | 371 | 35 | 51 |
| Binary | 1010100 | 1001011 | 10000111 | 100110 | 101100 | 0 | 101111 | 11111001 | 11101 | 101001 |
Color Harmonies of #544B87
Complementary color
Monochromatic Colors of #544B87
Black with #544B87
Text Example
Text Example
White with #544B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544B87; }
p { color: rgb(84,75,135); }
H1.HeaderClassName
{
color: #544B87;
}
.AnyTagClassName
{
color: #544B87;
}
</style>
background-color css
<style>
a { background-color: #544B87; }
a { background-color: rgb(84,75,135); }
div.DivClassName
{
background-color: #544B87;
}
.BgClassName
{
background-color: #544B87;
}
</style>
border-color css
<style>
span { border-color: #544B87; }
span { border-color: rgb(84,75,135); }
td.TdClassName
{
border-color: #544B87;
}
.TagClassName
{
border-color: #544B87;
}
</style>