#543F8B

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

Shades of Gigas #543F8B

Tints of Gigas #543F8B

Color information

#543F8B (or 0x543F8B) is unknown color: approx Gigas. HEX triplet: 54, 3F and 8B. RGB value is (84,63,139). Sum of RGB (Red+Green+Blue) = 84+63+139=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #543F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543F8B is #ABC074. Grayscale: #4D4D4D. Windows color (decimal): -11255925 or 9125716. OLE color: 9125716.

HSL color Cylindrical-coordinate representation of color #543F8B: hue angle of 256.58º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #543F8B is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8463139-
CMYK0.400.5500.45
HSL256.58º37.62%39.61%-
HSV(B)256.58º54.68%54.51%-
XYZ10.097.325.3-
YUV77.94162.46132.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 63 (25% from 255) = 22.03%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=29.37%
G=22.03%
B=48.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84631390.400.5500.45256.5837.6239.61
Hex543F8B283702D1012628
Octal1247721350670554014650
Binary1010100111111100010111010001101110101101100000001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,139); }

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

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

 a { background-color: rgb(84,63,139); }

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

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

 span { border-color: rgb(84,63,139); }

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