Html Css Color HEX #556458 Mineral Green

📋 copy color: '#556458'

red 85 ◦ green 100 ◦ blue 88

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

Shades of Mineral Green #556458

Tints of Mineral Green #556458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

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

R = 31.14%
G = 36.63%
B = 32.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#556458 (or 0x556458) is known color: Mineral Green. HEX triplet: 55, 64 and 58. RGB value is (85,100,88). Sum of RGB (Red+Green+Blue) = 85+100+88=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #556458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556458 is #AA9BA7. Grayscale: #5E5E5E. Windows color (decimal): -11180968 or 5792853. OLE color: 5792853.

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

Color convert

RGB 85 100 88 -
CMYK 0.15 0 0.12 0.61
HSL 132º 0.08% 0.36% -
HSV(B) 132º 0.15% 0.39% -
XYZ 10.06 11.75 10.97 -
YUV 94.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 85 100 88 0.15 0 0.12 0.61 132 0.08 0.36
Hex 55 64 58 F 0 C 3D 84 8 24
Octal 125 144 130 17 0 14 75 204 10 44
Binary 1010101 1100100 1011000 1111 0 1100 111101 10000100 1000 100100

Color Harmonies of #556458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556458

Black with #556458

Text Example


Text Example

White with #556458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556458; }

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

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

background-color css

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

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

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

border-color css

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

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

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