#5A695C

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

Shades of Mineral Green #5A695C

Tints of Mineral Green #5A695C

Color information

#5A695C (or 0x5A695C) is unknown color: approx Mineral Green. HEX triplet: 5A, 69 and 5C. RGB value is (90,105,92). Sum of RGB (Red+Green+Blue) = 90+105+92=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695C is #A596A3. Grayscale: #636363. Windows color (decimal): -10852004 or 6056282. OLE color: 6056282.

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

Color convert

RGB9010592-
CMYK0.1400.120.59
HSL128º7.69%38.24%-
HSV(B)128º14.29%41.18%-
XYZ11.213.0512.05-
YUV99.03124.03121.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.36%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=31.36%
G=36.59%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105920.1400.120.591287.6938.24
Hex5A695CE0C3B80826
Octal13215113416014732001046
Binary101101011010011011100111001100111011100000001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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