Html Css Color HEX #53695A Mineral Green

📋 copy color: '#53695A'

red 83 ◦ green 105 ◦ blue 90

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

Shades of Mineral Green #53695A

Tints of Mineral Green #53695A

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 value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#53695A (or 0x53695A) is known color: 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

RGB 83 105 90 -
CMYK 0.21 0 0.14 0.59
HSL 139.09º 0.12% 0.37% -
HSV(B) 139.09º 0.21% 0.41% -
XYZ 10.46 12.68 11.57 -
YUV 96.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 83 105 90 0.21 0 0.14 0.59 139.09 0.12 0.37
Hex 53 69 5A 15 0 E 3B 8B C 25
Octal 123 151 132 25 0 16 73 213 14 45
Binary 1010011 1101001 1011010 10101 0 1110 111011 10001011 1100 100101

Color Harmonies of #53695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53695A

Black with #53695A

Text Example


Text Example

White with #53695A

Text Example


Text Example

HTML Codes & Css Web 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>