#554492

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

Shades of Gigas #554492

Tints of Gigas #554492

Color information

#554492 (or 0x554492) is unknown color: approx Gigas. HEX triplet: 55, 44 and 92. RGB value is (85,68,146). Sum of RGB (Red+Green+Blue) = 85+68+146=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #554492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554492 is #AABB6D. Grayscale: #515151. Windows color (decimal): -11189102 or 9585749. OLE color: 9585749.

HSL color Cylindrical-coordinate representation of color #554492: hue angle of 253.08º 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 #554492 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8568146-
CMYK0.420.5300.43
HSL253.08º36.45%41.96%-
HSV(B)253.08º53.42%57.25%-
XYZ118.1428.19-
YUV81.98164.13130.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 146 (57.42% from 255) = 48.83%
R=28.43%
G=22.74%
B=48.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85681460.420.5300.43253.0836.4541.96
Hex5544922A3502Bfd242a
Octal12510422252650533754452
Binary1010101100010010010010101010110101010101111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554492; }

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

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

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

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

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

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

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

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