#554992

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

Shades of Gigas #554992

Tints of Gigas #554992

Color information

#554992 (or 0x554992) is unknown color: approx Gigas. HEX triplet: 55, 49 and 92. RGB value is (85,73,146). Sum of RGB (Red+Green+Blue) = 85+73+146=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #554992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554992 is #AAB66D. Grayscale: #545454. Windows color (decimal): -11187822 or 9587029. OLE color: 9587029.

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

Color convert

RGB8573146-
CMYK0.420.500.43
HSL249.86º33.33%42.94%-
HSV(B)249.86º50%57.25%-
XYZ11.328.7728.29-
YUV84.91162.48128.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=27.96%
G=24.01%
B=48.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85731460.420.500.43249.8633.3342.94
Hex5549922A3202Bfa212b
Octal12511122252620533724153
Binary1010101100100110010010101010110010010101111111010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554992; }

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

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

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

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

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

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

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

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