Shades of Victoria #544C81
Tints of Victoria #544C81
RGB
CMYK
RGB Variations
Color information
#544C81 (or 0x544C81) is known color: Victoria. HEX triplet: 54, 4C and 81. RGB value is (84,76,129). Sum of RGB (Red+Green+Blue) = 84+76+129=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #544C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544C81 is #ABB37E. Grayscale: #545454. Windows color (decimal): -11252607 or 8473684. OLE color: 8473684.
HSL color Cylindrical-coordinate representation of color #544C81: hue angle of 249.06º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #544C81 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 76 | 129 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.49 |
| HSL | 249.06º | 0.26% | 0.4% | - |
| HSV(B) | 249.06º | 0.41% | 0.51% | - |
| XYZ | 10.2 | 8.64 | 21.9 | - |
| YUV | 84.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 129 | 0.35 | 0.41 | 0 | 0.49 | 249.06 | 0.26 | 0.4 |
| Hex | 54 | 4C | 81 | 23 | 29 | 0 | 31 | F9 | 1A | 28 |
| Octal | 124 | 114 | 201 | 43 | 51 | 0 | 61 | 371 | 32 | 50 |
| Binary | 1010100 | 1001100 | 10000001 | 100011 | 101001 | 0 | 110001 | 11111001 | 11010 | 101000 |
Color Harmonies of #544C81
Complementary color
Monochromatic Colors of #544C81
Black with #544C81
Text Example
Text Example
White with #544C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C81; }
p { color: rgb(84,76,129); }
H1.HeaderClassName
{
color: #544C81;
}
.AnyTagClassName
{
color: #544C81;
}
</style>
background-color css
<style>
a { background-color: #544C81; }
a { background-color: rgb(84,76,129); }
div.DivClassName
{
background-color: #544C81;
}
.BgClassName
{
background-color: #544C81;
}
</style>
border-color css
<style>
span { border-color: #544C81; }
span { border-color: rgb(84,76,129); }
td.TdClassName
{
border-color: #544C81;
}
.TagClassName
{
border-color: #544C81;
}
</style>