#57498E

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

Shades of Gigas #57498E

Tints of Gigas #57498E

Color information

#57498E (or 0x57498E) is unknown color: approx Gigas. HEX triplet: 57, 49 and 8E. RGB value is (87,73,142). Sum of RGB (Red+Green+Blue) = 87+73+142=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #57498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57498E is #A8B671. Grayscale: #545454. Windows color (decimal): -11056754 or 9324887. OLE color: 9324887.

HSL color Cylindrical-coordinate representation of color #57498E: hue angle of 252.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57498E is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8773142-
CMYK0.390.4900.44
HSL252.17º32.09%42.16%-
HSV(B)252.17º48.59%55.69%-
XYZ11.28.7426.69-
YUV85.05160.14129.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=28.81%
G=24.17%
B=47.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87731420.390.4900.44252.1732.0942.16
Hex57498E273102Cfc202a
Octal12711121647610543744052
Binary1010111100100110001110100111110001010110011111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57498E; }

 p { color: rgb(87,73,142); }

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

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

 a { background-color: rgb(87,73,142); }

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

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

 span { border-color: rgb(87,73,142); }

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