Html Css Color HEX #52695A Mineral Green

📋 copy color: '#52695A'

red 82 ◦ green 105 ◦ blue 90

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

Shades of Mineral Green #52695A

Tints of Mineral Green #52695A

RGB

 RED value IS 82 (32.42% from 255) = 29.6%

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 29.6%
G = 37.91%
B = 32.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#52695A (or 0x52695A) is known color: Mineral Green. HEX triplet: 52, 69 and 5A. RGB value is (82,105,90). Sum of RGB (Red+Green+Blue) = 82+105+90=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #52695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52695A is #AD96A5. Grayscale: #606060. Windows color (decimal): -11376294 or 5925202. OLE color: 5925202.

HSL color Cylindrical-coordinate representation of color #52695A: hue angle of 140.87º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52695A is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 90 -
CMYK 0.22 0 0.14 0.59
HSL 140.87º 0.12% 0.37% -
HSV(B) 140.87º 0.22% 0.41% -
XYZ 10.38 12.64 11.56 -
YUV 96.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 82 105 90 0.22 0 0.14 0.59 140.87 0.12 0.37
Hex 52 69 5A 16 0 E 3B 8D C 25
Octal 122 151 132 26 0 16 73 215 14 45
Binary 1010010 1101001 1011010 10110 0 1110 111011 10001101 1100 100101

Color Harmonies of #52695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52695A

Black with #52695A

Text Example


Text Example

White with #52695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52695A;
 }
 .AnyTagClassName
 {
   color: #52695A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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