#543E85

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

Shades of Gigas #543E85

Tints of Gigas #543E85

Color information

#543E85 (or 0x543E85) is unknown color: approx Gigas. HEX triplet: 54, 3E and 85. RGB value is (84,62,133). Sum of RGB (Red+Green+Blue) = 84+62+133=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #543E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543E85 is #ABC17A. Grayscale: #4C4C4C. Windows color (decimal): -11256187 or 8732244. OLE color: 8732244.

HSL color Cylindrical-coordinate representation of color #543E85: hue angle of 258.59º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #543E85 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8462133-
CMYK0.370.5300.48
HSL258.59º36.41%38.24%-
HSV(B)258.59º53.38%52.16%-
XYZ9.617.0223.04-
YUV76.67159.79133.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=30.11%
G=22.22%
B=47.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84621330.370.5300.48258.5936.4138.24
Hex543E8525350301032426
Octal1247620545650604034446
Binary1010100111110100001011001011101010110000100000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543E85; }

 p { color: rgb(84,62,133); }

 H1.HeaderClassName
 {
   color: #543E85;
 }
 .AnyTagClassName
 {
   color: #543E85;
 }
</style>
background-color css

<style>
 a { background-color: #543E85; }

 a { background-color: rgb(84,62,133); }

 div.DivClassName
 {
   background-color: #543E85;
 }
 .BgClassName
 {
   background-color: #543E85;
 }
</style>
border-color css

<style>
 span { border-color: #543E85; }

 span { border-color: rgb(84,62,133); }

 td.TdClassName
 {
   border-color: #543E85;
 }
 .TagClassName
 {
   border-color: #543E85;
 }
</style>