#57476F

Color #57476F Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #57476F

Tints of Meteorite #57476F

Color information

#57476F (or 0x57476F) is unknown color: approx Meteorite. HEX triplet: 57, 47 and 6F. RGB value is (87,71,111). Sum of RGB (Red+Green+Blue) = 87+71+111=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #57476F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57476F is #A8B890. Grayscale: #505050. Windows color (decimal): -11057297 or 7292759. OLE color: 7292759.

HSL color Cylindrical-coordinate representation of color #57476F: hue angle of 264º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #57476F is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8771111-
CMYK0.220.3600.56
HSL264º21.98%35.69%-
HSV(B)264º36.04%43.53%-
XYZ9.057.6816.04-
YUV80.34145.3132.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=32.34%
G=26.39%
B=41.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal87711110.220.3600.5626421.9835.69
Hex57476F16240381081624
Octal12710715726440704102644
Binary10101111000111110111110110100100011100010000100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57476F; }

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

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

<style>
 a { background-color: #57476F; }

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

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

<style>
 span { border-color: #57476F; }

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

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