Html Css Color HEX #556A5C Mineral Green

📋 copy color: '#556A5C'

red 85 ◦ green 106 ◦ blue 92

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

Shades of Mineral Green #556A5C

Tints of Mineral Green #556A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.46%

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

R = 30.04%
G = 37.46%
B = 32.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#556A5C (or 0x556A5C) is known color: Mineral Green. HEX triplet: 55, 6A and 5C. RGB value is (85,106,92). Sum of RGB (Red+Green+Blue) = 85+106+92=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 106 - color contains mainly: green. Hex color #556A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A5C is #AA95A3. Grayscale: #626262. Windows color (decimal): -11179428 or 6056533. OLE color: 6056533.

HSL color Cylindrical-coordinate representation of color #556A5C: hue angle of 140º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A5C is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 92 -
CMYK 0.20 0 0.13 0.58
HSL 140º 0.11% 0.37% -
HSV(B) 140º 0.2% 0.42% -
XYZ 10.83 13.01 12.07 -
YUV 98.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 85 106 92 0.20 0 0.13 0.58 140 0.11 0.37
Hex 55 6A 5C 14 0 D 3A 8C B 25
Octal 125 152 134 24 0 15 72 214 13 45
Binary 1010101 1101010 1011100 10100 0 1101 111010 10001100 1011 100101

Color Harmonies of #556A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A5C

Black with #556A5C

Text Example


Text Example

White with #556A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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