Html Css Color HEX #556C5A Mineral Green

📋 copy color: '#556C5A'

red 85 ◦ green 108 ◦ blue 90

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

Shades of Mineral Green #556C5A

Tints of Mineral Green #556C5A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 30.04%
G = 38.16%
B = 31.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#556C5A (or 0x556C5A) is known color: Mineral Green. HEX triplet: 55, 6C and 5A. RGB value is (85,108,90). Sum of RGB (Red+Green+Blue) = 85+108+90=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #556C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556C5A is #AA93A5. Grayscale: #636363. Windows color (decimal): -11178918 or 5925973. OLE color: 5925973.

HSL color Cylindrical-coordinate representation of color #556C5A: hue angle of 133.04º degrees, saturation: 0.12, 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 #556C5A is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 108 90 -
CMYK 0.21 0 0.17 0.58
HSL 133.04º 0.12% 0.38% -
HSV(B) 133.04º 0.21% 0.42% -
XYZ 10.95 13.39 11.68 -
YUV 99.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 85 108 90 0.21 0 0.17 0.58 133.04 0.12 0.38
Hex 55 6C 5A 15 0 11 3A 85 C 26
Octal 125 154 132 25 0 21 72 205 14 46
Binary 1010101 1101100 1011010 10101 0 10001 111010 10000101 1100 100110

Color Harmonies of #556C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C5A

Black with #556C5A

Text Example


Text Example

White with #556C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,108,90); }

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

background-color css

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

 a { background-color: rgb(85,108,90); }

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

border-color css

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

 span { border-color: rgb(85,108,90); }

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