#57478C

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

Shades of Gigas #57478C

Tints of Gigas #57478C

Color information

#57478C (or 0x57478C) is unknown color: approx Gigas. HEX triplet: 57, 47 and 8C. RGB value is (87,71,140). Sum of RGB (Red+Green+Blue) = 87+71+140=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #57478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57478C is #A8B873. Grayscale: #535353. Windows color (decimal): -11057268 or 9193303. OLE color: 9193303.

HSL color Cylindrical-coordinate representation of color #57478C: hue angle of 253.91º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57478C is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8771140-
CMYK0.380.4900.45
HSL253.91º32.7%41.37%-
HSV(B)253.91º49.29%54.9%-
XYZ10.928.4325.86-
YUV83.65159.8130.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=29.19%
G=23.83%
B=46.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87711400.380.4900.45253.9132.741.37
Hex57478C263102Dfe2129
Octal12710721446610553764151
Binary1010111100011110001100100110110001010110111111110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57478C; }

 p { color: rgb(87,71,140); }

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

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

 a { background-color: rgb(87,71,140); }

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

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

 span { border-color: rgb(87,71,140); }

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