Html Css Color HEX #505551 Mineral Green

📋 copy color: '#505551'

red 80 ◦ green 85 ◦ blue 81

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

Shades of Mineral Green #505551

Tints of Mineral Green #505551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.55%

 BLUE value IS 81 (32.03% from 255) = 32.93%

R = 32.52%
G = 34.55%
B = 32.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#505551 (or 0x505551) is known color: Mineral Green. HEX triplet: 50, 55 and 51. RGB value is (80,85,81). Sum of RGB (Red+Green+Blue) = 80+85+81=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #505551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505551 is #AFAAAE. Grayscale: #535353. Windows color (decimal): -11512495 or 5330256. OLE color: 5330256.

HSL color Cylindrical-coordinate representation of color #505551: hue angle of 132º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #505551 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 85 81 -
CMYK 0.06 0 0.05 0.67
HSL 132º 0.03% 0.32% -
HSV(B) 132º 0.06% 0.33% -
XYZ 8.04 8.8 9.06 -
YUV 83.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 80 85 81 0.06 0 0.05 0.67 132 0.03 0.32
Hex 50 55 51 6 0 5 43 84 3 20
Octal 120 125 121 6 0 5 103 204 3 40
Binary 1010000 1010101 1010001 110 0 101 1000011 10000100 11 100000

Color Harmonies of #505551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505551

Black with #505551

Text Example


Text Example

White with #505551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505551; }

 p { color: rgb(80,85,81); }

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

background-color css

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

 a { background-color: rgb(80,85,81); }

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

border-color css

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

 span { border-color: rgb(80,85,81); }

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