#55448F

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

Shades of Gigas #55448F

Tints of Gigas #55448F

Color information

#55448F (or 0x55448F) is unknown color: approx Gigas. HEX triplet: 55, 44 and 8F. RGB value is (85,68,143). Sum of RGB (Red+Green+Blue) = 85+68+143=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #55448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55448F is #AABB70. Grayscale: #515151. Windows color (decimal): -11189105 or 9389141. OLE color: 9389141.

HSL color Cylindrical-coordinate representation of color #55448F: hue angle of 253.6º degrees, saturation: 0.36, 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 #55448F is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8568143-
CMYK0.410.5200.44
HSL253.6º35.55%41.37%-
HSV(B)253.6º52.45%56.08%-
XYZ10.778.0526.97-
YUV81.63162.63130.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=28.72%
G=22.97%
B=48.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85681430.410.5200.44253.635.5541.37
Hex55448F293402Cfe2429
Octal12510421751640543764451
Binary1010101100010010001111101001110100010110011111110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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