#554290

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

Shades of Gigas #554290

Tints of Gigas #554290

Color information

#554290 (or 0x554290) is unknown color: approx Gigas. HEX triplet: 55, 42 and 90. RGB value is (85,66,144). Sum of RGB (Red+Green+Blue) = 85+66+144=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #554290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554290 is #AABD6F. Grayscale: #505050. Windows color (decimal): -11189616 or 9454165. OLE color: 9454165.

HSL color Cylindrical-coordinate representation of color #554290: hue angle of 254.62º 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 #554290 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8566144-
CMYK0.410.5400.44
HSL254.62º37.14%41.18%-
HSV(B)254.62º54.17%56.47%-
XYZ10.737.8427.33-
YUV80.57163.79131.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=28.81%
G=22.37%
B=48.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85661440.410.5400.44254.6237.1441.18
Hex554290293602Cff2529
Octal12510222051660543774551
Binary1010101100001010010000101001110110010110011111111100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554290; }

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

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

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

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

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

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

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

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