#5B695C

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

Shades of Mineral Green #5B695C

Tints of Mineral Green #5B695C

Color information

#5B695C (or 0x5B695C) is unknown color: approx Mineral Green. HEX triplet: 5B, 69 and 5C. RGB value is (91,105,92). Sum of RGB (Red+Green+Blue) = 91+105+92=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #5B695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B695C is #A496A3. Grayscale: #636363. Windows color (decimal): -10786468 or 6056283. OLE color: 6056283.

HSL color Cylindrical-coordinate representation of color #5B695C: hue angle of 124.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B695C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9110592-
CMYK0.1300.120.59
HSL124.29º7.14%38.43%-
HSV(B)124.29º13.33%41.18%-
XYZ11.313.112.06-
YUV99.33123.86122.06-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=31.60%
G=36.46%
B=31.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91105920.1300.120.59124.297.1438.43
Hex5B695CD0C3B7c726
Octal1331511341501473174746
Binary1011011110100110111001101011001110111111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,105,92); }

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

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

 a { background-color: rgb(91,105,92); }

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

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

 span { border-color: rgb(91,105,92); }

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