#53695A

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

Shades of Mineral Green #53695A

Tints of Mineral Green #53695A

Color information

#53695A (or 0x53695A) is unknown color: approx Mineral Green. HEX triplet: 53, 69 and 5A. RGB value is (83,105,90). Sum of RGB (Red+Green+Blue) = 83+105+90=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #53695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53695A is #AC96A5. Grayscale: #606060. Windows color (decimal): -11310758 or 5925203. OLE color: 5925203.

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

Color convert

RGB8310590-
CMYK0.2100.140.59
HSL139.09º11.7%36.86%-
HSV(B)139.09º20.95%41.18%-
XYZ10.4612.6811.57-
YUV96.71124.21118.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=29.86%
G=37.77%
B=32.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105900.2100.140.59139.0911.736.86
Hex53695A150E3B8bc25
Octal12315113225016732131445
Binary1010011110100110110101010101110111011100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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