#554994

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

Shades of Gigas #554994

Tints of Gigas #554994

Color information

#554994 (or 0x554994) is unknown color: approx Gigas. HEX triplet: 55, 49 and 94. RGB value is (85,73,148). Sum of RGB (Red+Green+Blue) = 85+73+148=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #554994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554994 is #AAB66B. Grayscale: #545454. Windows color (decimal): -11187820 or 9718101. OLE color: 9718101.

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

Color convert

RGB8573148-
CMYK0.430.5100.42
HSL249.6º33.94%43.33%-
HSV(B)249.6º50.68%58.04%-
XYZ11.478.8329.12-
YUV85.14163.48127.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=27.78%
G=23.86%
B=48.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85731480.430.5100.42249.633.9443.33
Hex5549942B3302Afa222b
Octal12511122453630523724253
Binary1010101100100110010100101011110011010101011111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554994; }

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

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

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

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

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

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

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

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