Html Css Color HEX #576F5A Mineral Green

📋 copy color: '#576F5A'

red 87 ◦ green 111 ◦ blue 90

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

Shades of Mineral Green #576F5A

Tints of Mineral Green #576F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.25%

R = 30.21%
G = 38.54%
B = 31.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#576F5A (or 0x576F5A) is known color: Mineral Green. HEX triplet: 57, 6F and 5A. RGB value is (87,111,90). Sum of RGB (Red+Green+Blue) = 87+111+90=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #576F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576F5A is #A890A5. Grayscale: #656565. Windows color (decimal): -11047078 or 5926743. OLE color: 5926743.

HSL color Cylindrical-coordinate representation of color #576F5A: hue angle of 127.5º 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 #576F5A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 111 90 -
CMYK 0.22 0 0.19 0.56
HSL 127.5º 0.12% 0.39% -
HSV(B) 127.5º 0.22% 0.44% -
XYZ 11.46 14.13 11.8 -
YUV 101.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 87 111 90 0.22 0 0.19 0.56 127.5 0.12 0.39
Hex 57 6F 5A 16 0 13 38 80 C 27
Octal 127 157 132 26 0 23 70 200 14 47
Binary 1010111 1101111 1011010 10110 0 10011 111000 10000000 1100 100111

Color Harmonies of #576F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576F5A

Black with #576F5A

Text Example


Text Example

White with #576F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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