#55655B

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

Shades of Mineral Green #55655B

Tints of Mineral Green #55655B

Color information

#55655B (or 0x55655B) is unknown color: approx Mineral Green. HEX triplet: 55, 65 and 5B. RGB value is (85,101,91). Sum of RGB (Red+Green+Blue) = 85+101+91=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #55655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55655B is #AA9AA4. Grayscale: #5F5F5F. Windows color (decimal): -11180709 or 5989717. OLE color: 5989717.

HSL color Cylindrical-coordinate representation of color #55655B: hue angle of 142.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #55655B is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8510191-
CMYK0.1600.100.60
HSL142.5º8.6%36.47%-
HSV(B)142.5º15.84%39.61%-
XYZ10.2911.9911.67-
YUV95.08125.7120.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=30.69%
G=36.46%
B=32.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101910.1600.100.60142.58.636.47
Hex55655B100A3C8e924
Octal12514513320012742161144
Binary1010101110010110110111000001010111100100011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55655B; }

 p { color: rgb(85,101,91); }

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

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

 a { background-color: rgb(85,101,91); }

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

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

 span { border-color: rgb(85,101,91); }

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