Html Css Color HEX #556F5C Mineral Green

📋 copy color: '#556F5C'

red 85 ◦ green 111 ◦ blue 92

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

Shades of Mineral Green #556F5C

Tints of Mineral Green #556F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 29.51%
G = 38.54%
B = 31.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#556F5C (or 0x556F5C) is known color: Mineral Green. HEX triplet: 55, 6F and 5C. RGB value is (85,111,92). Sum of RGB (Red+Green+Blue) = 85+111+92=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5C is #AA90A3. Grayscale: #656565. Windows color (decimal): -11178148 or 6057813. OLE color: 6057813.

HSL color Cylindrical-coordinate representation of color #556F5C: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F5C is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 92 -
CMYK 0.23 0 0.17 0.56
HSL 136.15º 0.13% 0.38% -
HSV(B) 136.15º 0.23% 0.44% -
XYZ 11.36 14.07 12.24 -
YUV 101.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 85 111 92 0.23 0 0.17 0.56 136.15 0.13 0.38
Hex 55 6F 5C 17 0 11 38 88 D 26
Octal 125 157 134 27 0 21 70 210 15 46
Binary 1010101 1101111 1011100 10111 0 10001 111000 10001000 1101 100110

Color Harmonies of #556F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F5C

Black with #556F5C

Text Example


Text Example

White with #556F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556F5C; }

 p { color: rgb(85,111,92); }

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

background-color css

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

 a { background-color: rgb(85,111,92); }

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

border-color css

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

 span { border-color: rgb(85,111,92); }

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