Html Css Color HEX #575F58 Mineral Green

📋 copy color: '#575F58'

red 87 ◦ green 95 ◦ blue 88

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

Shades of Mineral Green #575F58

Tints of Mineral Green #575F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.19%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 32.22%
G = 35.19%
B = 32.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#575F58 (or 0x575F58) is known color: Mineral Green. HEX triplet: 57, 5F and 58. RGB value is (87,95,88). Sum of RGB (Red+Green+Blue) = 87+95+88=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 95 - color contains mainly: green. Hex color #575F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F58 is #A8A0A7. Grayscale: #5B5B5B. Windows color (decimal): -11051176 or 5791575. OLE color: 5791575.

HSL color Cylindrical-coordinate representation of color #575F58: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575F58 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 87 95 88 -
CMYK 0.08 0 0.07 0.63
HSL 127.5º 0.04% 0.36% -
HSV(B) 127.5º 0.08% 0.37% -
XYZ 9.78 10.92 10.82 -
YUV 91.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 87 95 88 0.08 0 0.07 0.63 127.5 0.04 0.36
Hex 57 5F 58 8 0 7 3F 80 4 24
Octal 127 137 130 10 0 7 77 200 4 44
Binary 1010111 1011111 1011000 1000 0 111 111111 10000000 100 100100

Color Harmonies of #575F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575F58

Black with #575F58

Text Example


Text Example

White with #575F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575F58; }

 p { color: rgb(87,95,88); }

 H1.HeaderClassName
 {
   color: #575F58;
 }
 .AnyTagClassName
 {
   color: #575F58;
 }
</style>

background-color css

<style>
 a { background-color: #575F58; }

 a { background-color: rgb(87,95,88); }

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

border-color css

<style>
 span { border-color: #575F58; }

 span { border-color: rgb(87,95,88); }

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