Html Css Color HEX #556358 Mineral Green

📋 copy color: '#556358'

red 85 ◦ green 99 ◦ blue 88

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

Shades of Mineral Green #556358

Tints of Mineral Green #556358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 31.25%
G = 36.4%
B = 32.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#556358 (or 0x556358) is known color: Mineral Green. HEX triplet: 55, 63 and 58. RGB value is (85,99,88). Sum of RGB (Red+Green+Blue) = 85+99+88=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 99 - color contains mainly: green. Hex color #556358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556358 is #AA9CA7. Grayscale: #5D5D5D. Windows color (decimal): -11181224 or 5792597. OLE color: 5792597.

HSL color Cylindrical-coordinate representation of color #556358: hue angle of 132.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #556358 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 88 -
CMYK 0.14 0 0.11 0.61
HSL 132.86º 0.08% 0.36% -
HSV(B) 132.86º 0.14% 0.39% -
XYZ 9.97 11.56 10.94 -
YUV 93.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 85 99 88 0.14 0 0.11 0.61 132.86 0.08 0.36
Hex 55 63 58 E 0 B 3D 85 8 24
Octal 125 143 130 16 0 13 75 205 10 44
Binary 1010101 1100011 1011000 1110 0 1011 111101 10000101 1000 100100

Color Harmonies of #556358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556358

Black with #556358

Text Example


Text Example

White with #556358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556358; }

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

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

background-color css

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

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

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

border-color css

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

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

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