#57467C

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

Shades of Gigas #57467C

Tints of Gigas #57467C

Color information

#57467C (or 0x57467C) is unknown color: approx Gigas. HEX triplet: 57, 46 and 7C. RGB value is (87,70,124). Sum of RGB (Red+Green+Blue) = 87+70+124=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #57467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57467C is #A8B983. Grayscale: #515151. Windows color (decimal): -11057540 or 8144471. OLE color: 8144471.

HSL color Cylindrical-coordinate representation of color #57467C: hue angle of 258.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #57467C is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8770124-
CMYK0.300.4400.51
HSL258.89º27.84%38.04%-
HSV(B)258.89º43.55%48.63%-
XYZ9.767.8620.07-
YUV81.24152.13132.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=30.96%
G=24.91%
B=44.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87701240.300.4400.51258.8927.8438.04
Hex57467C1E2C0331031c26
Octal12710617436540634033446
Binary10101111000110111110011110101100011001110000001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,124); }

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

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

 a { background-color: rgb(87,70,124); }

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

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

 span { border-color: rgb(87,70,124); }

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