Html Css Color HEX #55685D Mineral Green

📋 copy color: '#55685D'

red 85 ◦ green 104 ◦ blue 93

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

Shades of Mineral Green #55685D

Tints of Mineral Green #55685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 30.14%
G = 36.88%
B = 32.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#55685D (or 0x55685D) is known color: Mineral Green. HEX triplet: 55, 68 and 5D. RGB value is (85,104,93). Sum of RGB (Red+Green+Blue) = 85+104+93=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #55685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55685D is #AA97A2. Grayscale: #616161. Windows color (decimal): -11179939 or 6121557. OLE color: 6121557.

HSL color Cylindrical-coordinate representation of color #55685D: hue angle of 145.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #55685D is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 93 -
CMYK 0.18 0 0.11 0.59
HSL 145.26º 0.1% 0.37% -
HSV(B) 145.26º 0.18% 0.41% -
XYZ 10.67 12.62 12.23 -
YUV 97.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 85 104 93 0.18 0 0.11 0.59 145.26 0.1 0.37
Hex 55 68 5D 12 0 B 3B 91 A 25
Octal 125 150 135 22 0 13 73 221 12 45
Binary 1010101 1101000 1011101 10010 0 1011 111011 10010001 1010 100101

Color Harmonies of #55685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55685D

Black with #55685D

Text Example


Text Example

White with #55685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55685D; }

 p { color: rgb(85,104,93); }

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

background-color css

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

 a { background-color: rgb(85,104,93); }

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

border-color css

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

 span { border-color: rgb(85,104,93); }

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