#554893

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

Shades of Gigas #554893

Tints of Gigas #554893

Color information

#554893 (or 0x554893) is unknown color: approx Gigas. HEX triplet: 55, 48 and 93. RGB value is (85,72,147). Sum of RGB (Red+Green+Blue) = 85+72+147=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #554893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554893 is #AAB76C. Grayscale: #545454. Windows color (decimal): -11188077 or 9652309. OLE color: 9652309.

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

Color convert

RGB8572147-
CMYK0.420.5100.42
HSL250.4º34.25%42.94%-
HSV(B)250.4º51.02%57.65%-
XYZ11.338.6728.68-
YUV84.44163.31128.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 147 (57.81% from 255) = 48.36%
R=27.96%
G=23.68%
B=48.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85721470.420.5100.42250.434.2542.94
Hex5548932A3302Afa222b
Octal12511022352630523724253
Binary1010101100100010010011101010110011010101011111010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554893; }

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

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

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

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

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

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

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

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