Html Css Color HEX #505A52 Mineral Green

📋 copy color: '#505A52'

red 80 ◦ green 90 ◦ blue 82

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

Shades of Mineral Green #505A52

Tints of Mineral Green #505A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.71%

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

R = 31.75%
G = 35.71%
B = 32.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#505A52 (or 0x505A52) is known color: Mineral Green. HEX triplet: 50, 5A and 52. RGB value is (80,90,82). Sum of RGB (Red+Green+Blue) = 80+90+82=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 90 - color contains mainly: green. Hex color #505A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A52 is #AFA5AD. Grayscale: #565656. Windows color (decimal): -11511214 or 5397072. OLE color: 5397072.

HSL color Cylindrical-coordinate representation of color #505A52: hue angle of 132º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #505A52 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 90 82 -
CMYK 0.11 0 0.09 0.65
HSL 132º 0.06% 0.33% -
HSV(B) 132º 0.11% 0.35% -
XYZ 8.49 9.63 9.39 -
YUV 86.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 80 90 82 0.11 0 0.09 0.65 132 0.06 0.33
Hex 50 5A 52 B 0 9 41 84 6 21
Octal 120 132 122 13 0 11 101 204 6 41
Binary 1010000 1011010 1010010 1011 0 1001 1000001 10000100 110 100001

Color Harmonies of #505A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505A52

Black with #505A52

Text Example


Text Example

White with #505A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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