#53695C

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

Shades of Mineral Green #53695C

Tints of Mineral Green #53695C

Color information

#53695C (or 0x53695C) is unknown color: approx Mineral Green. HEX triplet: 53, 69 and 5C. RGB value is (83,105,92). Sum of RGB (Red+Green+Blue) = 83+105+92=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 105 - color contains mainly: green. Hex color #53695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695C is #AC96A3. Grayscale: #606060. Windows color (decimal): -11310756 or 6056275. OLE color: 6056275.

HSL color Cylindrical-coordinate representation of color #53695C: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53695C is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB8310592-
CMYK0.2100.120.59
HSL144.55º11.7%36.86%-
HSV(B)144.55º20.95%41.18%-
XYZ10.5512.7112.02-
YUV96.94125.21118.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=29.64%
G=37.5%
B=32.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105920.2100.120.59144.5511.736.86
Hex53695C150C3B91c25
Octal12315113425014732211445
Binary1010011110100110111001010101100111011100100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53695C; }

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

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

<style>
 a { background-color: #53695C; }

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

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

<style>
 span { border-color: #53695C; }

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

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