#53695B

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

Shades of Mineral Green #53695B

Tints of Mineral Green #53695B

Color information

#53695B (or 0x53695B) is unknown color: approx Mineral Green. HEX triplet: 53, 69 and 5B. RGB value is (83,105,91). Sum of RGB (Red+Green+Blue) = 83+105+91=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #53695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695B is #AC96A4. Grayscale: #606060. Windows color (decimal): -11310757 or 5990739. OLE color: 5990739.

HSL color Cylindrical-coordinate representation of color #53695B: hue angle of 141.82º 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 #53695B is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB8310591-
CMYK0.2100.130.59
HSL141.82º11.7%36.86%-
HSV(B)141.82º20.95%41.18%-
XYZ10.5112.711.79-
YUV96.83124.71118.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=29.75%
G=37.63%
B=32.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105910.2100.130.59141.8211.736.86
Hex53695B150D3B8ec25
Octal12315113325015732161445
Binary1010011110100110110111010101101111011100011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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