Html Css Color HEX #556F5B Mineral Green

📋 copy color: '#556F5B'

red 85 ◦ green 111 ◦ blue 91

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

Shades of Mineral Green #556F5B

Tints of Mineral Green #556F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 29.62%
G = 38.68%
B = 31.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#556F5B (or 0x556F5B) is known color: Mineral Green. HEX triplet: 55, 6F and 5B. RGB value is (85,111,91). Sum of RGB (Red+Green+Blue) = 85+111+91=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5B is #AA90A4. Grayscale: #656565. Windows color (decimal): -11178149 or 5992277. OLE color: 5992277.

HSL color Cylindrical-coordinate representation of color #556F5B: hue angle of 133.85º 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 #556F5B is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 91 -
CMYK 0.23 0 0.18 0.56
HSL 133.85º 0.13% 0.38% -
HSV(B) 133.85º 0.23% 0.44% -
XYZ 11.32 14.06 12.01 -
YUV 100.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 85 111 91 0.23 0 0.18 0.56 133.85 0.13 0.38
Hex 55 6F 5B 17 0 12 38 86 D 26
Octal 125 157 133 27 0 22 70 206 15 46
Binary 1010101 1101111 1011011 10111 0 10010 111000 10000110 1101 100110

Color Harmonies of #556F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F5B

Black with #556F5B

Text Example


Text Example

White with #556F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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