#5B615D

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

Shades of Mineral Green #5B615D

Tints of Mineral Green #5B615D

Color information

#5B615D (or 0x5B615D) is unknown color: approx Mineral Green. HEX triplet: 5B, 61 and 5D. RGB value is (91,97,93). Sum of RGB (Red+Green+Blue) = 91+97+93=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 97 - color contains mainly: green. Hex color #5B615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B615D is #A49EA2. Grayscale: #5E5E5E. Windows color (decimal): -10788515 or 6119771. OLE color: 6119771.

HSL color Cylindrical-coordinate representation of color #5B615D: hue angle of 140º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B615D is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB919793-
CMYK0.0600.040.62
HSL140º3.19%36.86%-
HSV(B)140º6.19%38.04%-
XYZ10.5611.5612.03-
YUV94.75127.01125.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=32.38%
G=34.52%
B=33.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197930.0600.040.621403.1936.86
Hex5B615D6043E8c325
Octal13314113560476214345
Binary10110111100001101110111001001111101000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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