Html Css Color HEX #556B58 Mineral Green

📋 copy color: '#556B58'

red 85 ◦ green 107 ◦ blue 88

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

Shades of Mineral Green #556B58

Tints of Mineral Green #556B58

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

 BLUE value IS 88 (34.77% from 255) = 31.43%

R = 30.36%
G = 38.21%
B = 31.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#556B58 (or 0x556B58) is known color: Mineral Green. HEX triplet: 55, 6B and 58. RGB value is (85,107,88). Sum of RGB (Red+Green+Blue) = 85+107+88=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #556B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B58 is #AA94A7. Grayscale: #626262. Windows color (decimal): -11179176 or 5794645. OLE color: 5794645.

HSL color Cylindrical-coordinate representation of color #556B58: hue angle of 128.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #556B58 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 107 88 -
CMYK 0.21 0 0.18 0.58
HSL 128.18º 0.11% 0.38% -
HSV(B) 128.18º 0.21% 0.42% -
XYZ 10.77 13.15 11.2 -
YUV 98.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 85 107 88 0.21 0 0.18 0.58 128.18 0.11 0.38
Hex 55 6B 58 15 0 12 3A 80 B 26
Octal 125 153 130 25 0 22 72 200 13 46
Binary 1010101 1101011 1011000 10101 0 10010 111010 10000000 1011 100110

Color Harmonies of #556B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B58

Black with #556B58

Text Example


Text Example

White with #556B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,88); }

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

background-color css

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

 a { background-color: rgb(85,107,88); }

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

border-color css

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

 span { border-color: rgb(85,107,88); }

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