Html Css Color HEX #50564C Cabbage Pont

📋 copy color: '#50564C'

red 80 ◦ green 86 ◦ blue 76

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

Shades of Cabbage Pont #50564C

Tints of Cabbage Pont #50564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.54%

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

R = 33.06%
G = 35.54%
B = 31.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#50564C (or 0x50564C) is known color: Cabbage Pont. HEX triplet: 50, 56 and 4C. RGB value is (80,86,76). Sum of RGB (Red+Green+Blue) = 80+86+76=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #50564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50564C is #AFA9B3. Grayscale: #535353. Windows color (decimal): -11512244 or 5002832. OLE color: 5002832.

HSL color Cylindrical-coordinate representation of color #50564C: hue angle of 96º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #50564C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 76 -
CMYK 0.07 0 0.12 0.66
HSL 96º 0.06% 0.32% -
HSV(B) 96º 0.12% 0.34% -
XYZ 7.94 8.88 8.13 -
YUV 83.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 80 86 76 0.07 0 0.12 0.66 96 0.06 0.32
Hex 50 56 4C 7 0 C 42 60 6 20
Octal 120 126 114 7 0 14 102 140 6 40
Binary 1010000 1010110 1001100 111 0 1100 1000010 1100000 110 100000

Color Harmonies of #50564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50564C

Black with #50564C

Text Example


Text Example

White with #50564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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