#53675B

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

Shades of Mineral Green #53675B

Tints of Mineral Green #53675B

Color information

#53675B (or 0x53675B) is unknown color: approx Mineral Green. HEX triplet: 53, 67 and 5B. RGB value is (83,103,91). Sum of RGB (Red+Green+Blue) = 83+103+91=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #53675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675B is #AC98A4. Grayscale: #5F5F5F. Windows color (decimal): -11311269 or 5990227. OLE color: 5990227.

HSL color Cylindrical-coordinate representation of color #53675B: hue angle of 144º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53675B is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB8310391-
CMYK0.1900.120.60
HSL144º10.75%36.47%-
HSV(B)144º19.42%40.39%-
XYZ10.3112.2911.73-
YUV95.65125.37118.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.96%
GREEN value IS 103 (40.62% from 255) = 37.18%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=29.96%
G=37.18%
B=32.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103910.1900.120.6014410.7536.47
Hex53675B130C3C90b24
Octal12314713323014742201344
Binary1010011110011110110111001101100111100100100001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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