#543E87

Color #543E87 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #543E87

Tints of Gigas #543E87

Color information

#543E87 (or 0x543E87) is unknown color: approx 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

RGB8462135-
CMYK0.380.5400.47
HSL258.08º37.06%38.63%-
HSV(B)258.08º54.07%52.94%-
XYZ9.757.0823.77-
YUV76.9160.79133.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=29.89%
G=22.06%
B=48.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84621350.380.5400.47258.0837.0638.63
Hex543E87263602F1022527
Octal1247620746660574024547
Binary1010100111110100001111001101101100101111100000010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>