#543D84

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

Shades of Gigas #543D84

Tints of Gigas #543D84

Color information

#543D84 (or 0x543D84) is unknown color: approx Gigas. HEX triplet: 54, 3D and 84. RGB value is (84,61,132). Sum of RGB (Red+Green+Blue) = 84+61+132=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #543D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543D84 is #ABC27B. Grayscale: #4B4B4B. Windows color (decimal): -11256444 or 8666452. OLE color: 8666452.

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

Color convert

RGB8461132-
CMYK0.360.5400.48
HSL259.44º36.79%37.84%-
HSV(B)259.44º53.79%51.76%-
XYZ9.496.8922.66-
YUV75.97159.62133.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 61 (24.22% from 255) = 22.02%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=30.32%
G=22.02%
B=47.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84611320.360.5400.48259.4436.7937.84
Hex543D8424360301032526
Octal1247520444660604034546
Binary1010100111101100001001001001101100110000100000011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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