#57488A

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

Shades of Gigas #57488A

Tints of Gigas #57488A

Color information

#57488A (or 0x57488A) is unknown color: approx Gigas. HEX triplet: 57, 48 and 8A. RGB value is (87,72,138). Sum of RGB (Red+Green+Blue) = 87+72+138=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #57488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57488A is #A8B775. Grayscale: #535353. Windows color (decimal): -11057014 or 9062487. OLE color: 9062487.

HSL color Cylindrical-coordinate representation of color #57488A: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57488A is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8772138-
CMYK0.370.4800.46
HSL253.64º31.43%41.18%-
HSV(B)253.64º47.83%54.12%-
XYZ10.848.525.11-
YUV84.01158.47130.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=29.29%
G=24.24%
B=46.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87721380.370.4800.46253.6431.4341.18
Hex57488A253002Efe1f29
Octal12711021245600563763751
Binary101011110010001000101010010111000001011101111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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