#55418E

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

Shades of Gigas #55418E

Tints of Gigas #55418E

Color information

#55418E (or 0x55418E) is unknown color: approx Gigas. HEX triplet: 55, 41 and 8E. RGB value is (85,65,142). Sum of RGB (Red+Green+Blue) = 85+65+142=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #55418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418E is #AABE71. Grayscale: #4F4F4F. Windows color (decimal): -11189874 or 9322837. OLE color: 9322837.

HSL color Cylindrical-coordinate representation of color #55418E: hue angle of 255.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55418E is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8565142-
CMYK0.400.5400.44
HSL255.58º37.2%40.59%-
HSV(B)255.58º54.23%55.69%-
XYZ10.527.6626.52-
YUV79.76163.13131.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=29.11%
G=22.26%
B=48.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85651420.400.5400.44255.5837.240.59
Hex55418E283602C1002529
Octal12510121650660544004551
Binary10101011000001100011101010001101100101100100000000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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