#57488E

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

Shades of Gigas #57488E

Tints of Gigas #57488E

Color information

#57488E (or 0x57488E) is unknown color: approx Gigas. HEX triplet: 57, 48 and 8E. RGB value is (87,72,142). Sum of RGB (Red+Green+Blue) = 87+72+142=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #57488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57488E is #A8B771. Grayscale: #545454. Windows color (decimal): -11057010 or 9324631. OLE color: 9324631.

HSL color Cylindrical-coordinate representation of color #57488E: hue angle of 252.86º degrees, saturation: 0.33, 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 #57488E is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8772142-
CMYK0.390.4900.44
HSL252.86º32.71%41.96%-
HSV(B)252.86º49.3%55.69%-
XYZ11.138.6126.67-
YUV84.46160.47129.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=28.90%
G=23.92%
B=47.18%

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
Decimal87721420.390.4900.44252.8632.7141.96
Hex57488E273102Cfd212a
Octal12711021647610543754152
Binary1010111100100010001110100111110001010110011111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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