#554791

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

Shades of Gigas #554791

Tints of Gigas #554791

Color information

#554791 (or 0x554791) is unknown color: approx Gigas. HEX triplet: 55, 47 and 91. RGB value is (85,71,145). Sum of RGB (Red+Green+Blue) = 85+71+145=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #554791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554791 is #AAB86E. Grayscale: #535353. Windows color (decimal): -11188335 or 9520981. OLE color: 9520981.

HSL color Cylindrical-coordinate representation of color #554791: hue angle of 251.35º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554791 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8571145-
CMYK0.410.5100.43
HSL251.35º34.26%42.35%-
HSV(B)251.35º51.03%56.86%-
XYZ11.118.4827.84-
YUV83.62162.64128.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=28.24%
G=23.59%
B=48.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85711450.410.5100.43251.3534.2642.35
Hex554791293302Bfb222a
Octal12510722151630533734252
Binary1010101100011110010001101001110011010101111111011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554791; }

 p { color: rgb(85,71,145); }

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

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

 a { background-color: rgb(85,71,145); }

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

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

 span { border-color: rgb(85,71,145); }

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