#55428D

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

Shades of Gigas #55428D

Tints of Gigas #55428D

Color information

#55428D (or 0x55428D) is unknown color: approx Gigas. HEX triplet: 55, 42 and 8D. RGB value is (85,66,141). Sum of RGB (Red+Green+Blue) = 85+66+141=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #55428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55428D is #AABD72. Grayscale: #4F4F4F. Windows color (decimal): -11189619 or 9257557. OLE color: 9257557.

HSL color Cylindrical-coordinate representation of color #55428D: hue angle of 255.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55428D is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8566141-
CMYK0.400.5300.45
HSL255.2º36.23%40.59%-
HSV(B)255.2º53.19%55.29%-
XYZ10.57.7526.14-
YUV80.23162.29131.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=29.11%
G=22.60%
B=48.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal85661410.400.5300.45255.236.2340.59
Hex55428D283502Dff2429
Octal12510221550650553774451
Binary1010101100001010001101101000110101010110111111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55428D; }

 p { color: rgb(85,66,141); }

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

<style>
 a { background-color: #55428D; }

 a { background-color: rgb(85,66,141); }

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

<style>
 span { border-color: #55428D; }

 span { border-color: rgb(85,66,141); }

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