Html Css Color HEX #556357 Mineral Green

📋 copy color: '#556357'

red 85 ◦ green 99 ◦ blue 87

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

Shades of Mineral Green #556357

Tints of Mineral Green #556357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 31.37%
G = 36.53%
B = 32.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#556357 (or 0x556357) is known color: Mineral Green. HEX triplet: 55, 63 and 57. RGB value is (85,99,87). Sum of RGB (Red+Green+Blue) = 85+99+87=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 99 - color contains mainly: green. Hex color #556357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556357 is #AA9CA8. Grayscale: #5D5D5D. Windows color (decimal): -11181225 or 5727061. OLE color: 5727061.

HSL color Cylindrical-coordinate representation of color #556357: hue angle of 128.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556357 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 87 -
CMYK 0.14 0 0.12 0.61
HSL 128.57º 0.08% 0.36% -
HSV(B) 128.57º 0.14% 0.39% -
XYZ 9.93 11.54 10.72 -
YUV 93.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 85 99 87 0.14 0 0.12 0.61 128.57 0.08 0.36
Hex 55 63 57 E 0 C 3D 81 8 24
Octal 125 143 127 16 0 14 75 201 10 44
Binary 1010101 1100011 1010111 1110 0 1100 111101 10000001 1000 100100

Color Harmonies of #556357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556357

Black with #556357

Text Example


Text Example

White with #556357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556357; }

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

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

background-color css

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

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

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

border-color css

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

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

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