#544387

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

Shades of Gigas #544387

Tints of Gigas #544387

Color information

#544387 (or 0x544387) is unknown color: approx Gigas. HEX triplet: 54, 43 and 87. RGB value is (84,67,135). Sum of RGB (Red+Green+Blue) = 84+67+135=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #544387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544387 is #ABBC78. Grayscale: #4F4F4F. Windows color (decimal): -11254905 or 8864596. OLE color: 8864596.

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

Color convert

RGB8467135-
CMYK0.380.5000.47
HSL255º33.66%39.61%-
HSV(B)255º50.37%52.94%-
XYZ10.047.6523.87-
YUV79.83159.13130.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.37%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=29.37%
G=23.43%
B=47.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84671350.380.5000.4725533.6639.61
Hex544387263202Fff2228
Octal12410320746620573774250
Binary1010100100001110000111100110110010010111111111111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544387; }

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

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

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

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

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

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

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

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