#505551

Color #505551 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #505551

Tints of Mineral Green #505551

Color information

#505551 (or 0x505551) is unknown color: approx 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

RGB808581-
CMYK0.0600.050.67
HSL132º3.03%32.35%-
HSV(B)132º5.88%33.33%-
XYZ8.048.89.06-
YUV83.05126.84125.83-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085810.0600.050.671323.0332.35
Hex5055516054384320
Octal120125121605103204340
Binary101000010101011010001110010110000111000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>