#553E87

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

Shades of Gigas #553E87

Tints of Gigas #553E87

Color information

#553E87 (or 0x553E87) is unknown color: approx Gigas. HEX triplet: 55, 3E and 87. RGB value is (85,62,135). Sum of RGB (Red+Green+Blue) = 85+62+135=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #553E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E87 is #AAC178. Grayscale: #4C4C4C. Windows color (decimal): -11190649 or 8863317. OLE color: 8863317.

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

Color convert

RGB8562135-
CMYK0.370.5400.47
HSL258.9º37.06%38.63%-
HSV(B)258.9º54.07%52.94%-
XYZ9.847.1323.78-
YUV77.2160.62133.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=30.14%
G=21.99%
B=47.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85621350.370.5400.47258.937.0638.63
Hex553E87253602F1032527
Octal1257620745660574034547
Binary1010101111110100001111001011101100101111100000011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E87; }

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

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

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

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

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

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

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

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