#544386

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

Shades of Gigas #544386

Tints of Gigas #544386

Color information

#544386 (or 0x544386) is unknown color: approx Gigas. HEX triplet: 54, 43 and 86. RGB value is (84,67,134). Sum of RGB (Red+Green+Blue) = 84+67+134=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #544386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544386 is #ABBC79. Grayscale: #4F4F4F. Windows color (decimal): -11254906 or 8799060. OLE color: 8799060.

HSL color Cylindrical-coordinate representation of color #544386: hue angle of 255.22º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544386 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8467134-
CMYK0.370.500.47
HSL255.22º33.33%39.41%-
HSV(B)255.22º50%52.55%-
XYZ9.977.6223.5-
YUV79.72158.63131.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=29.47%
G=23.51%
B=47.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84671340.370.500.47255.2233.3339.41
Hex544386253202Fff2127
Octal12410320645620573774147
Binary1010100100001110000110100101110010010111111111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544386; }

 p { color: rgb(84,67,134); }

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

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

 a { background-color: rgb(84,67,134); }

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

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

 span { border-color: rgb(84,67,134); }

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