#57488D

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

Shades of Gigas #57488D

Tints of Gigas #57488D

Color information

#57488D (or 0x57488D) is unknown color: approx Gigas. HEX triplet: 57, 48 and 8D. RGB value is (87,72,141). Sum of RGB (Red+Green+Blue) = 87+72+141=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #57488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57488D is #A8B772. Grayscale: #545454. Windows color (decimal): -11057011 or 9259095. OLE color: 9259095.

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

Color convert

RGB8772141-
CMYK0.380.4900.45
HSL253.04º32.39%41.76%-
HSV(B)253.04º48.94%55.29%-
XYZ11.068.5826.27-
YUV84.35159.97129.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 141 (55.47% from 255) = 47%
R=29%
G=24%
B=47%

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
Decimal87721410.380.4900.45253.0432.3941.76
Hex57488D263102Dfd202a
Octal12711021546610553754052
Binary1010111100100010001101100110110001010110111111101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57488D; }

 p { color: rgb(87,72,141); }

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

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

 a { background-color: rgb(87,72,141); }

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

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

 span { border-color: rgb(87,72,141); }

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