Html Css Color HEX #50534D Cabbage Pont

📋 copy color: '#50534D'

red 80 ◦ green 83 ◦ blue 77

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

Shades of Cabbage Pont #50534D

Tints of Cabbage Pont #50534D

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 value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#50534D (or 0x50534D) is known color: 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

RGB 80 83 77 -
CMYK 0.04 0 0.07 0.67
HSL 90º 0.04% 0.31% -
HSV(B) 90º 0.07% 0.33% -
XYZ 7.74 8.43 8.24 -
YUV 81.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 80 83 77 0.04 0 0.07 0.67 90 0.04 0.31
Hex 50 53 4D 4 0 7 43 5A 4 1F
Octal 120 123 115 4 0 7 103 132 4 37
Binary 1010000 1010011 1001101 100 0 111 1000011 1011010 100 11111

Color Harmonies of #50534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50534D

Black with #50534D

Text Example


Text Example

White with #50534D

Text Example


Text Example

HTML Codes & Css Web 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>