Html Css Color HEX #556758 Mineral Green

📋 copy color: '#556758'

red 85 ◦ green 103 ◦ blue 88

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

Shades of Mineral Green #556758

Tints of Mineral Green #556758

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.32%

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

R = 30.8%
G = 37.32%
B = 31.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.60

RGB Variations

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

Color information

#556758 (or 0x556758) is known color: Mineral Green. HEX triplet: 55, 67 and 58. RGB value is (85,103,88). Sum of RGB (Red+Green+Blue) = 85+103+88=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #556758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556758 is #AA98A7. Grayscale: #5F5F5F. Windows color (decimal): -11180200 or 5793621. OLE color: 5793621.

HSL color Cylindrical-coordinate representation of color #556758: hue angle of 130º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #556758 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 88 -
CMYK 0.17 0 0.15 0.60
HSL 130º 0.1% 0.37% -
HSV(B) 130º 0.17% 0.4% -
XYZ 10.36 12.34 11.07 -
YUV 95.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 85 103 88 0.17 0 0.15 0.60 130 0.1 0.37
Hex 55 67 58 11 0 F 3C 82 A 25
Octal 125 147 130 21 0 17 74 202 12 45
Binary 1010101 1100111 1011000 10001 0 1111 111100 10000010 1010 100101

Color Harmonies of #556758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556758

Black with #556758

Text Example


Text Example

White with #556758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556758; }

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

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

background-color css

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

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

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

border-color css

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

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

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