#55685A

Color #55685A Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #55685A

Tints of Mineral Green #55685A

Color information

#55685A (or 0x55685A) is unknown color: approx Mineral Green. HEX triplet: 55, 68 and 5A. RGB value is (85,104,90). Sum of RGB (Red+Green+Blue) = 85+104+90=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #55685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55685A is #AA97A5. Grayscale: #606060. Windows color (decimal): -11179942 or 5924949. OLE color: 5924949.

HSL color Cylindrical-coordinate representation of color #55685A: hue angle of 135.79º 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 #55685A is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8510490-
CMYK0.1800.130.59
HSL135.79º10.05%37.06%-
HSV(B)135.79º18.27%40.78%-
XYZ10.5412.5711.54-
YUV96.72124.21119.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 104 (41.02% from 255) = 37.28%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=30.47%
G=37.28%
B=32.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104900.1800.130.59135.7910.0537.06
Hex55685A120D3B88a25
Octal12515013222015732101245
Binary1010101110100010110101001001101111011100010001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55685A;
 }
 .AnyTagClassName
 {
   color: #55685A;
 }
</style>
background-color css

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

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

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

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

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

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