#554388

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

Shades of Gigas #554388

Tints of Gigas #554388

Color information

#554388 (or 0x554388) is unknown color: approx Gigas. HEX triplet: 55, 43 and 88. RGB value is (85,67,136). Sum of RGB (Red+Green+Blue) = 85+67+136=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #554388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554388 is #AABC77. Grayscale: #4F4F4F. Windows color (decimal): -11189368 or 8930133. OLE color: 8930133.

HSL color Cylindrical-coordinate representation of color #554388: hue angle of 255.65º 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 #554388 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8567136-
CMYK0.380.5100.47
HSL255.65º33.99%39.8%-
HSV(B)255.65º50.74%53.33%-
XYZ10.27.7224.25-
YUV80.25159.46131.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 136 (53.52% from 255) = 47.22%
R=29.51%
G=23.26%
B=47.22%

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
Decimal85671360.380.5100.47255.6533.9939.8
Hex554388263302F1002228
Octal12510321046630574004250
Binary10101011000011100010001001101100110101111100000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554388; }

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

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

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

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

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

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

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

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