#554491

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

Shades of Gigas #554491

Tints of Gigas #554491

Color information

#554491 (or 0x554491) is unknown color: approx Gigas. HEX triplet: 55, 44 and 91. RGB value is (85,68,145). Sum of RGB (Red+Green+Blue) = 85+68+145=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #554491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554491 is #AABB6E. Grayscale: #515151. Windows color (decimal): -11189103 or 9520213. OLE color: 9520213.

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

Color convert

RGB8568145-
CMYK0.410.5300.43
HSL253.25º36.15%41.76%-
HSV(B)253.25º53.1%56.86%-
XYZ10.928.1127.78-
YUV81.86163.63130.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 68 (26.95% from 255) = 22.82%
BLUE value IS 145 (57.03% from 255) = 48.66%
R=28.52%
G=22.82%
B=48.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85681450.410.5300.43253.2536.1541.76
Hex554491293502Bfd242a
Octal12510422151650533754452
Binary1010101100010010010001101001110101010101111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554491; }

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

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

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

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

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

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

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

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