Html Css Color HEX #505849 Cabbage Pont

📋 copy color: '#505849'

red 80 ◦ green 88 ◦ blue 73

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

Shades of Cabbage Pont #505849

Tints of Cabbage Pont #505849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 33.2%
G = 36.51%
B = 30.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#505849 (or 0x505849) is known color: Cabbage Pont. HEX triplet: 50, 58 and 49. RGB value is (80,88,73). Sum of RGB (Red+Green+Blue) = 80+88+73=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #505849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505849 is #AFA7B6. Grayscale: #535353. Windows color (decimal): -11511735 or 4806736. OLE color: 4806736.

HSL color Cylindrical-coordinate representation of color #505849: hue angle of 92º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #505849 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 73 -
CMYK 0.09 0 0.17 0.65
HSL 92º 0.09% 0.32% -
HSV(B) 92º 0.17% 0.35% -
XYZ 8 9.17 7.65 -
YUV 83.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 80 88 73 0.09 0 0.17 0.65 92 0.09 0.32
Hex 50 58 49 9 0 11 41 5C 9 20
Octal 120 130 111 11 0 21 101 134 11 40
Binary 1010000 1011000 1001001 1001 0 10001 1000001 1011100 1001 100000

Color Harmonies of #505849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505849

Black with #505849

Text Example


Text Example

White with #505849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505849; }

 p { color: rgb(80,88,73); }

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

background-color css

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

 a { background-color: rgb(80,88,73); }

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

border-color css

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

 span { border-color: rgb(80,88,73); }

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