Html Css Color HEX #57476D Meteorite

📋 copy color: '#57476D'

red 87 ◦ green 71 ◦ blue 109

#57476D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #57476D

Tints of Meteorite #57476D

RGB

 RED value IS 87 (34.38% from 255) = 32.58%

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 109 (42.97% from 255) = 40.82%

R = 32.58%
G = 26.59%
B = 40.82%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#57476D (or 0x57476D) is known color: Meteorite. HEX triplet: 57, 47 and 6D. RGB value is (87,71,109). Sum of RGB (Red+Green+Blue) = 87+71+109=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #57476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57476D is #A8B892. Grayscale: #4F4F4F. Windows color (decimal): -11057299 or 7161687. OLE color: 7161687.

HSL color Cylindrical-coordinate representation of color #57476D: hue angle of 265.26º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57476D is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 87 71 109 -
CMYK 0.20 0.35 0 0.57
HSL 265.26º 0.21% 0.35% -
HSV(B) 265.26º 0.35% 0.43% -
XYZ 8.94 7.64 15.47 -
YUV 80.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 87 71 109 0.20 0.35 0 0.57 265.26 0.21 0.35
Hex 57 47 6D 14 23 0 39 109 15 23
Octal 127 107 155 24 43 0 71 411 25 43
Binary 1010111 1000111 1101101 10100 100011 0 111001 100001001 10101 100011

Color Harmonies of #57476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57476D

Black with #57476D

Text Example


Text Example

White with #57476D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57476D;
 }
 .AnyTagClassName
 {
   color: #57476D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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