Html Css Color HEX #576F5D Mineral Green

📋 copy color: '#576F5D'

red 87 ◦ green 111 ◦ blue 93

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

Shades of Mineral Green #576F5D

Tints of Mineral Green #576F5D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.14%

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 29.9%
G = 38.14%
B = 31.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#576F5D (or 0x576F5D) is known color: Mineral Green. HEX triplet: 57, 6F and 5D. RGB value is (87,111,93). Sum of RGB (Red+Green+Blue) = 87+111+93=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #576F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F5D is #A890A2. Grayscale: #656565. Windows color (decimal): -11047075 or 6123351. OLE color: 6123351.

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

Color convert

RGB 87 111 93 -
CMYK 0.22 0 0.16 0.56
HSL 135º 0.12% 0.39% -
HSV(B) 135º 0.22% 0.44% -
XYZ 11.59 14.19 12.48 -
YUV 101.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 87 111 93 0.22 0 0.16 0.56 135 0.12 0.39
Hex 57 6F 5D 16 0 10 38 87 C 27
Octal 127 157 135 26 0 20 70 207 14 47
Binary 1010111 1101111 1011101 10110 0 10000 111000 10000111 1100 100111

Color Harmonies of #576F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F5D

Black with #576F5D

Text Example


Text Example

White with #576F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576F5D; }

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

 H1.HeaderClassName
 {
   color: #576F5D;
 }
 .AnyTagClassName
 {
   color: #576F5D;
 }
</style>

background-color css

<style>
 a { background-color: #576F5D; }

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

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

border-color css

<style>
 span { border-color: #576F5D; }

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

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