#55418A

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

Shades of Gigas #55418A

Tints of Gigas #55418A

Color information

#55418A (or 0x55418A) is unknown color: approx Gigas. HEX triplet: 55, 41 and 8A. RGB value is (85,65,138). Sum of RGB (Red+Green+Blue) = 85+65+138=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #55418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418A is #AABE75. Grayscale: #4F4F4F. Windows color (decimal): -11189878 or 9060693. OLE color: 9060693.

HSL color Cylindrical-coordinate representation of color #55418A: hue angle of 256.44º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55418A is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8565138-
CMYK0.380.5300.46
HSL256.44º35.96%39.8%-
HSV(B)256.44º52.9%54.12%-
XYZ10.227.5524.96-
YUV79.3161.13132.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=29.51%
G=22.57%
B=47.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85651380.380.5300.46256.4435.9639.8
Hex55418A263502E1002428
Octal12510121246650564004450
Binary10101011000001100010101001101101010101110100000000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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