Html Css Color HEX #50534C Cabbage Pont

📋 copy color: '#50534C'

red 80 ◦ green 83 ◦ blue 76

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

Shades of Cabbage Pont #50534C

Tints of Cabbage Pont #50534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 33.47%
G = 34.73%
B = 31.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#50534C (or 0x50534C) is known color: Cabbage Pont. HEX triplet: 50, 53 and 4C. RGB value is (80,83,76). Sum of RGB (Red+Green+Blue) = 80+83+76=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #50534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50534C is #AFACB3. Grayscale: #515151. Windows color (decimal): -11513012 or 5002064. OLE color: 5002064.

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

Color convert

RGB 80 83 76 -
CMYK 0.04 0 0.08 0.67
HSL 85.71º 0.04% 0.31% -
HSV(B) 85.71º 0.08% 0.33% -
XYZ 7.71 8.41 8.06 -
YUV 81.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 80 83 76 0.04 0 0.08 0.67 85.71 0.04 0.31
Hex 50 53 4C 4 0 8 43 56 4 1F
Octal 120 123 114 4 0 10 103 126 4 37
Binary 1010000 1010011 1001100 100 0 1000 1000011 1010110 100 11111

Color Harmonies of #50534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50534C

Black with #50534C

Text Example


Text Example

White with #50534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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