#543D83

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

Shades of Gigas #543D83

Tints of Gigas #543D83

Color information

#543D83 (or 0x543D83) is unknown color: approx Gigas. HEX triplet: 54, 3D and 83. RGB value is (84,61,131). Sum of RGB (Red+Green+Blue) = 84+61+131=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #543D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543D83 is #ABC27C. Grayscale: #4B4B4B. Windows color (decimal): -11256445 or 8600916. OLE color: 8600916.

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

Color convert

RGB8461131-
CMYK0.360.5300.49
HSL259.71º36.46%37.65%-
HSV(B)259.71º53.44%51.37%-
XYZ9.426.8622.3-
YUV75.86159.12133.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 61 (24.22% from 255) = 22.10%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=30.43%
G=22.10%
B=47.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84611310.360.5300.49259.7136.4637.65
Hex543D8324350311042426
Octal1247520344650614044446
Binary1010100111101100000111001001101010110001100000100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,61,131); }

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

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

 a { background-color: rgb(84,61,131); }

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

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

 span { border-color: rgb(84,61,131); }

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