#55448E

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

Shades of Gigas #55448E

Tints of Gigas #55448E

Color information

#55448E (or 0x55448E) is unknown color: approx Gigas. HEX triplet: 55, 44 and 8E. RGB value is (85,68,142). Sum of RGB (Red+Green+Blue) = 85+68+142=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #55448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55448E is #AABB71. Grayscale: #515151. Windows color (decimal): -11189106 or 9323605. OLE color: 9323605.

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

Color convert

RGB8568142-
CMYK0.400.5200.44
HSL253.78º35.24%41.18%-
HSV(B)253.78º52.11%55.69%-
XYZ10.78.0226.58-
YUV81.52162.13130.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 68 (26.95% from 255) = 23.05%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=28.81%
G=23.05%
B=48.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85681420.400.5200.44253.7835.2441.18
Hex55448E283402Cfe2329
Octal12510421650640543764351
Binary1010101100010010001110101000110100010110011111110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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