#554991

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

Shades of Gigas #554991

Tints of Gigas #554991

Color information

#554991 (or 0x554991) is unknown color: approx Gigas. HEX triplet: 55, 49 and 91. RGB value is (85,73,145). Sum of RGB (Red+Green+Blue) = 85+73+145=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #554991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554991 is #AAB66E. Grayscale: #545454. Windows color (decimal): -11187823 or 9521493. OLE color: 9521493.

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

Color convert

RGB8573145-
CMYK0.410.5000.43
HSL250º33.03%42.75%-
HSV(B)250º49.66%56.86%-
XYZ11.248.7427.88-
YUV84.8161.98128.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=28.05%
G=24.09%
B=47.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85731450.410.5000.4325033.0342.75
Hex554991293202Bfa212b
Octal12511122151620533724153
Binary1010101100100110010001101001110010010101111111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554991; }

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

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

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

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

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

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

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

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