Html Css Color HEX #556757 Mineral Green

📋 copy color: '#556757'

red 85 ◦ green 103 ◦ blue 87

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

Shades of Mineral Green #556757

Tints of Mineral Green #556757

RGB

 RED value IS 85 (33.59% from 255) = 30.91%

 GREEN value IS 103 (40.63% from 255) = 37.45%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 30.91%
G = 37.45%
B = 31.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#556757 (or 0x556757) is known color: Mineral Green. HEX triplet: 55, 67 and 57. RGB value is (85,103,87). Sum of RGB (Red+Green+Blue) = 85+103+87=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #556757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556757 is #AA98A8. Grayscale: #5F5F5F. Windows color (decimal): -11180201 or 5728085. OLE color: 5728085.

HSL color Cylindrical-coordinate representation of color #556757: hue angle of 126.67º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556757 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 87 -
CMYK 0.17 0 0.16 0.60
HSL 126.67º 0.1% 0.37% -
HSV(B) 126.67º 0.17% 0.4% -
XYZ 10.32 12.32 10.85 -
YUV 95.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 85 103 87 0.17 0 0.16 0.60 126.67 0.1 0.37
Hex 55 67 57 11 0 10 3C 7F A 25
Octal 125 147 127 21 0 20 74 177 12 45
Binary 1010101 1100111 1010111 10001 0 10000 111100 1111111 1010 100101

Color Harmonies of #556757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556757

Black with #556757

Text Example


Text Example

White with #556757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556757; }

 p { color: rgb(85,103,87); }

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

background-color css

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

 a { background-color: rgb(85,103,87); }

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

border-color css

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

 span { border-color: rgb(85,103,87); }

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