#50534D

Color #50534D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #50534D

Tints of Cabbage Pont #50534D

Color information

#50534D (or 0x50534D) is unknown color: approx Cabbage Pont. HEX triplet: 50, 53 and 4D. RGB value is (80,83,77). Sum of RGB (Red+Green+Blue) = 80+83+77=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #50534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50534D is #AFACB2. Grayscale: #515151. Windows color (decimal): -11513011 or 5067600. OLE color: 5067600.

HSL color Cylindrical-coordinate representation of color #50534D: hue angle of 90º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #50534D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB808377-
CMYK0.0400.070.67
HSL90º3.75%31.37%-
HSV(B)90º7.23%32.55%-
XYZ7.748.438.24-
YUV81.42125.51126.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=33.33%
G=34.58%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083770.0400.070.67903.7531.37
Hex50534D407435a41f
Octal120123115407103132437
Binary10100001010011100110110001111000011101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50534D; }

 p { color: rgb(80,83,77); }

 H1.HeaderClassName
 {
   color: #50534D;
 }
 .AnyTagClassName
 {
   color: #50534D;
 }
</style>
background-color css

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

 a { background-color: rgb(80,83,77); }

 div.DivClassName
 {
   background-color: #50534D;
 }
 .BgClassName
 {
   background-color: #50534D;
 }
</style>
border-color css

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

 span { border-color: rgb(80,83,77); }

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