Html Css Color HEX #57655C Mineral Green

📋 copy color: '#57655C'

red 87 ◦ green 101 ◦ blue 92

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

Shades of Mineral Green #57655C

Tints of Mineral Green #57655C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 31.07%
G = 36.07%
B = 32.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#57655C (or 0x57655C) is known color: Mineral Green. HEX triplet: 57, 65 and 5C. RGB value is (87,101,92). Sum of RGB (Red+Green+Blue) = 87+101+92=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #57655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655C is #A89AA3. Grayscale: #5F5F5F. Windows color (decimal): -11049636 or 6055255. OLE color: 6055255.

HSL color Cylindrical-coordinate representation of color #57655C: hue angle of 141.43º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57655C is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 101 92 -
CMYK 0.14 0 0.09 0.60
HSL 141.43º 0.07% 0.37% -
HSV(B) 141.43º 0.14% 0.4% -
XYZ 10.52 12.11 11.91 -
YUV 95.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 87 101 92 0.14 0 0.09 0.60 141.43 0.07 0.37
Hex 57 65 5C E 0 9 3C 8D 7 25
Octal 127 145 134 16 0 11 74 215 7 45
Binary 1010111 1100101 1011100 1110 0 1001 111100 10001101 111 100101

Color Harmonies of #57655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57655C

Black with #57655C

Text Example


Text Example

White with #57655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,101,92); }

 H1.HeaderClassName
 {
   color: #57655C;
 }
 .AnyTagClassName
 {
   color: #57655C;
 }
</style>

background-color css

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

 a { background-color: rgb(87,101,92); }

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

border-color css

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

 span { border-color: rgb(87,101,92); }

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