#53675A

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

Shades of Mineral Green #53675A

Tints of Mineral Green #53675A

Color information

#53675A (or 0x53675A) is unknown color: approx Mineral Green. HEX triplet: 53, 67 and 5A. RGB value is (83,103,90). Sum of RGB (Red+Green+Blue) = 83+103+90=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 103 - color contains mainly: green. Hex color #53675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53675A is #AC98A5. Grayscale: #5F5F5F. Windows color (decimal): -11311270 or 5924691. OLE color: 5924691.

HSL color Cylindrical-coordinate representation of color #53675A: hue angle of 141º 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 #53675A is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB8310390-
CMYK0.1900.130.60
HSL141º10.75%36.47%-
HSV(B)141º19.42%40.39%-
XYZ10.2612.2811.5-
YUV95.54124.87119.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 103 (40.62% from 255) = 37.32%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=30.07%
G=37.32%
B=32.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83103900.1900.130.6014110.7536.47
Hex53675A130D3C8db24
Octal12314713223015742151344
Binary1010011110011110110101001101101111100100011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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