#5B655D

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

Shades of Mineral Green #5B655D

Tints of Mineral Green #5B655D

Color information

#5B655D (or 0x5B655D) is unknown color: approx Mineral Green. HEX triplet: 5B, 65 and 5D. RGB value is (91,101,93). Sum of RGB (Red+Green+Blue) = 91+101+93=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 101 - color contains mainly: green. Hex color #5B655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B655D is #A49AA2. Grayscale: #616161. Windows color (decimal): -10787491 or 6120795. OLE color: 6120795.

HSL color Cylindrical-coordinate representation of color #5B655D: hue angle of 132º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5B655D is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB9110193-
CMYK0.1000.080.60
HSL132º5.21%37.65%-
HSV(B)132º9.9%39.61%-
XYZ10.9412.3212.16-
YUV97.1125.69123.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 101 (39.84% from 255) = 35.44%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=31.93%
G=35.44%
B=32.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91101930.1000.080.601325.2137.65
Hex5B655DA083C84526
Octal1331451351201074204546
Binary10110111100101101110110100100011110010000100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B655D; }

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

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

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

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

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

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

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

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