#544388

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

Shades of Gigas #544388

Tints of Gigas #544388

Color information

#544388 (or 0x544388) is unknown color: approx Gigas. HEX triplet: 54, 43 and 88. RGB value is (84,67,136). Sum of RGB (Red+Green+Blue) = 84+67+136=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #544388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544388 is #ABBC77. Grayscale: #4F4F4F. Windows color (decimal): -11254904 or 8930132. OLE color: 8930132.

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

Color convert

RGB8467136-
CMYK0.380.5100.47
HSL254.78º33.99%39.8%-
HSV(B)254.78º50.74%53.33%-
XYZ10.117.6824.24-
YUV79.95159.63130.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=29.27%
G=23.34%
B=47.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84671360.380.5100.47254.7833.9939.8
Hex544388263302Fff2228
Octal12410321046630573774250
Binary1010100100001110001000100110110011010111111111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544388; }

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

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

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

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

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

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

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

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