#554387

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

Shades of Gigas #554387

Tints of Gigas #554387

Color information

#554387 (or 0x554387) is unknown color: approx Gigas. HEX triplet: 55, 43 and 87. RGB value is (85,67,135). Sum of RGB (Red+Green+Blue) = 85+67+135=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #554387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554387 is #AABC78. Grayscale: #4F4F4F. Windows color (decimal): -11189369 or 8864597. OLE color: 8864597.

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

Color convert

RGB8567135-
CMYK0.370.5000.47
HSL255.88º33.66%39.61%-
HSV(B)255.88º50.37%52.94%-
XYZ10.137.6923.87-
YUV80.13158.96131.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=29.62%
G=23.34%
B=47.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85671350.370.5000.47255.8833.6639.61
Hex554387253202F1002228
Octal12510320745620574004250
Binary10101011000011100001111001011100100101111100000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554387; }

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

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

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

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

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

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

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

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