Html Css Color HEX #52685A Mineral Green

📋 copy color: '#52685A'

red 82 ◦ green 104 ◦ blue 90

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

Shades of Mineral Green #52685A

Tints of Mineral Green #52685A

RGB

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

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

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

R = 29.71%
G = 37.68%
B = 32.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#52685A (or 0x52685A) is known color: Mineral Green. HEX triplet: 52, 68 and 5A. RGB value is (82,104,90). Sum of RGB (Red+Green+Blue) = 82+104+90=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 104 - color contains mainly: green. Hex color #52685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52685A is #AD97A5. Grayscale: #5F5F5F. Windows color (decimal): -11376550 or 5924946. OLE color: 5924946.

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

Color convert

RGB 82 104 90 -
CMYK 0.21 0 0.13 0.59
HSL 141.82º 0.12% 0.36% -
HSV(B) 141.82º 0.21% 0.41% -
XYZ 10.28 12.43 11.53 -
YUV 95.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 82 104 90 0.21 0 0.13 0.59 141.82 0.12 0.36
Hex 52 68 5A 15 0 D 3B 8E C 24
Octal 122 150 132 25 0 15 73 216 14 44
Binary 1010010 1101000 1011010 10101 0 1101 111011 10001110 1100 100100

Color Harmonies of #52685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52685A

Black with #52685A

Text Example


Text Example

White with #52685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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