#5B675E

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

Shades of Mineral Green #5B675E

Tints of Mineral Green #5B675E

Color information

#5B675E (or 0x5B675E) is unknown color: approx Mineral Green. HEX triplet: 5B, 67 and 5E. RGB value is (91,103,94). Sum of RGB (Red+Green+Blue) = 91+103+94=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 103 - color contains mainly: green. Hex color #5B675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B675E is #A498A1. Grayscale: #626262. Windows color (decimal): -10786978 or 6186843. OLE color: 6186843.

HSL color Cylindrical-coordinate representation of color #5B675E: hue angle of 135º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B675E is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB9110394-
CMYK0.1200.090.60
HSL135º6.19%38.04%-
HSV(B)135º11.65%40.39%-
XYZ11.1912.7312.46-
YUV98.39125.52122.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=31.60%
G=35.76%
B=32.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal91103940.1200.090.601356.1938.04
Hex5B675EC093C87626
Octal1331471361401174207646
Binary10110111100111101111011000100111110010000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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