#55418C

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

Shades of Gigas #55418C

Tints of Gigas #55418C

Color information

#55418C (or 0x55418C) is unknown color: approx Gigas. HEX triplet: 55, 41 and 8C. RGB value is (85,65,140). Sum of RGB (Red+Green+Blue) = 85+65+140=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #55418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418C is #AABE73. Grayscale: #4F4F4F. Windows color (decimal): -11189876 or 9191765. OLE color: 9191765.

HSL color Cylindrical-coordinate representation of color #55418C: hue angle of 256º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55418C is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8565140-
CMYK0.390.5400.45
HSL256º36.59%40.2%-
HSV(B)256º53.57%54.9%-
XYZ10.377.6125.73-
YUV79.53162.13131.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=29.31%
G=22.41%
B=48.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85651400.390.5400.4525636.5940.2
Hex55418C273602D1002528
Octal12510121447660554004550
Binary10101011000001100011001001111101100101101100000000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55418C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55418C; }

 p { color: rgb(85,65,140); }

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

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

 a { background-color: rgb(85,65,140); }

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

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

 span { border-color: rgb(85,65,140); }

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