Html Css Color HEX #53685B Mineral Green

📋 copy color: '#53685B'

red 83 ◦ green 104 ◦ blue 91

#53685B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #53685B

Tints of Mineral Green #53685B

RGB

 RED value IS 83 (32.81% from 255) = 29.86%

 GREEN value IS 104 (41.02% from 255) = 37.41%

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 29.86%
G = 37.41%
B = 32.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#53685B (or 0x53685B) is known color: Mineral Green. HEX triplet: 53, 68 and 5B. RGB value is (83,104,91). Sum of RGB (Red+Green+Blue) = 83+104+91=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #53685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53685B is #AC97A4. Grayscale: #606060. Windows color (decimal): -11311013 or 5990483. OLE color: 5990483.

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

Color convert

RGB 83 104 91 -
CMYK 0.20 0 0.12 0.59
HSL 142.86º 0.11% 0.37% -
HSV(B) 142.86º 0.2% 0.41% -
XYZ 10.41 12.49 11.76 -
YUV 96.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 83 104 91 0.20 0 0.12 0.59 142.86 0.11 0.37
Hex 53 68 5B 14 0 C 3B 8F B 25
Octal 123 150 133 24 0 14 73 217 13 45
Binary 1010011 1101000 1011011 10100 0 1100 111011 10001111 1011 100101

Color Harmonies of #53685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53685B

Black with #53685B

Text Example


Text Example

White with #53685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53685B;
 }
 .AnyTagClassName
 {
   color: #53685B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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