#554993

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

Shades of Gigas #554993

Tints of Gigas #554993

Color information

#554993 (or 0x554993) is unknown color: approx Gigas. HEX triplet: 55, 49 and 93. RGB value is (85,73,147). Sum of RGB (Red+Green+Blue) = 85+73+147=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #554993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554993 is #AAB66C. Grayscale: #545454. Windows color (decimal): -11187821 or 9652565. OLE color: 9652565.

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

Color convert

RGB8573147-
CMYK0.420.5000.42
HSL249.73º33.64%43.14%-
HSV(B)249.73º50.34%57.65%-
XYZ11.48.828.7-
YUV85.02162.98127.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=27.87%
G=23.93%
B=48.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85731470.420.5000.42249.7333.6443.14
Hex5549932A3202Afa222b
Octal12511122352620523724253
Binary1010101100100110010011101010110010010101011111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554993; }

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

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

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

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

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

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

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

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