#554484

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

Shades of Gigas #554484

Tints of Gigas #554484

Color information

#554484 (or 0x554484) is unknown color: approx Gigas. HEX triplet: 55, 44 and 84. RGB value is (85,68,132). Sum of RGB (Red+Green+Blue) = 85+68+132=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #554484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554484 is #AABB7B. Grayscale: #505050. Windows color (decimal): -11189116 or 8668245. OLE color: 8668245.

HSL color Cylindrical-coordinate representation of color #554484: hue angle of 255.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554484 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8568132-
CMYK0.360.4800.48
HSL255.94º32%39.22%-
HSV(B)255.94º48.48%51.76%-
XYZ9.987.7322.8-
YUV80.38157.13131.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=29.82%
G=23.86%
B=46.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85681320.360.4800.48255.943239.22
Hex55448424300301002027
Octal12510420444600604004047
Binary10101011000100100001001001001100000110000100000000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554484; }

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

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

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

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

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

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

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

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