#5B6D5E

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

Shades of Mineral Green #5B6D5E

Tints of Mineral Green #5B6D5E

Color information

#5B6D5E (or 0x5B6D5E) is unknown color: approx Mineral Green. HEX triplet: 5B, 6D and 5E. RGB value is (91,109,94). Sum of RGB (Red+Green+Blue) = 91+109+94=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #5B6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6D5E is #A492A1. Grayscale: #656565. Windows color (decimal): -10785442 or 6188379. OLE color: 6188379.

HSL color Cylindrical-coordinate representation of color #5B6D5E: hue angle of 130º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B6D5E is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB9110994-
CMYK0.1700.140.57
HSL130º9%39.22%-
HSV(B)130º16.51%42.75%-
XYZ11.813.9712.66-
YUV101.91123.54120.22-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=30.95%
G=37.07%
B=31.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal91109940.1700.140.57130939.22
Hex5B6D5E110E3982927
Octal13315513621016712021147
Binary1011011110110110111101000101110111001100000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,109,94); }

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

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

 a { background-color: rgb(91,109,94); }

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

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

 span { border-color: rgb(91,109,94); }

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