Html Css Color HEX #505952 Mineral Green

📋 copy color: '#505952'

red 80 ◦ green 89 ◦ blue 82

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

Shades of Mineral Green #505952

Tints of Mineral Green #505952

RGB

 RED value IS 80 (31.64% from 255) = 31.87%

 GREEN value IS 89 (35.16% from 255) = 35.46%

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 31.87%
G = 35.46%
B = 32.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#505952 (or 0x505952) is known color: Mineral Green. HEX triplet: 50, 59 and 52. RGB value is (80,89,82). Sum of RGB (Red+Green+Blue) = 80+89+82=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 89 - color contains mainly: green. Hex color #505952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505952 is #AFA6AD. Grayscale: #555555. Windows color (decimal): -11511470 or 5396816. OLE color: 5396816.

HSL color Cylindrical-coordinate representation of color #505952: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505952 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 82 -
CMYK 0.10 0 0.08 0.65
HSL 133.33º 0.05% 0.33% -
HSV(B) 133.33º 0.1% 0.35% -
XYZ 8.4 9.46 9.37 -
YUV 85.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 80 89 82 0.10 0 0.08 0.65 133.33 0.05 0.33
Hex 50 59 52 A 0 8 41 85 5 21
Octal 120 131 122 12 0 10 101 205 5 41
Binary 1010000 1011001 1010010 1010 0 1000 1000001 10000101 101 100001

Color Harmonies of #505952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505952

Black with #505952

Text Example


Text Example

White with #505952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505952; }

 p { color: rgb(80,89,82); }

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

background-color css

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

 a { background-color: rgb(80,89,82); }

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

border-color css

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

 span { border-color: rgb(80,89,82); }

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