Shades of Gigas #543E87
Tints of Gigas #543E87
RGB
CMYK
RGB Variations
Color information
#543E87 (or 0x543E87) is known color: Gigas. HEX triplet: 54, 3E and 87. RGB value is (84,62,135). Sum of RGB (Red+Green+Blue) = 84+62+135=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #543E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543E87 is #ABC178. Grayscale: #4C4C4C. Windows color (decimal): -11256185 or 8863316. OLE color: 8863316.
HSL color Cylindrical-coordinate representation of color #543E87: hue angle of 258.08º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #543E87 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 62 | 135 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.47 |
| HSL | 258.08º | 0.37% | 0.39% | - |
| HSV(B) | 258.08º | 0.54% | 0.53% | - |
| XYZ | 9.75 | 7.08 | 23.77 | - |
| YUV | 76.9 | 160.79 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 135 | 0.38 | 0.54 | 0 | 0.47 | 258.08 | 0.37 | 0.39 |
| Hex | 54 | 3E | 87 | 26 | 36 | 0 | 2F | 102 | 25 | 27 |
| Octal | 124 | 76 | 207 | 46 | 66 | 0 | 57 | 402 | 45 | 47 |
| Binary | 1010100 | 111110 | 10000111 | 100110 | 110110 | 0 | 101111 | 100000010 | 100101 | 100111 |
Color Harmonies of #543E87
Complementary color
Monochromatic Colors of #543E87
Black with #543E87
Text Example
Text Example
White with #543E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543E87; }
p { color: rgb(84,62,135); }
H1.HeaderClassName
{
color: #543E87;
}
.AnyTagClassName
{
color: #543E87;
}
</style>
background-color css
<style>
a { background-color: #543E87; }
a { background-color: rgb(84,62,135); }
div.DivClassName
{
background-color: #543E87;
}
.BgClassName
{
background-color: #543E87;
}
</style>
border-color css
<style>
span { border-color: #543E87; }
span { border-color: rgb(84,62,135); }
td.TdClassName
{
border-color: #543E87;
}
.TagClassName
{
border-color: #543E87;
}
</style>