Html Css Color HEX #505749 Cabbage Pont

📋 copy color: '#505749'

red 80 ◦ green 87 ◦ blue 73

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

Shades of Cabbage Pont #505749

Tints of Cabbage Pont #505749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.25%

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

R = 33.33%
G = 36.25%
B = 30.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#505749 (or 0x505749) is known color: Cabbage Pont. HEX triplet: 50, 57 and 49. RGB value is (80,87,73). Sum of RGB (Red+Green+Blue) = 80+87+73=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #505749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505749 is #AFA8B6. Grayscale: #535353. Windows color (decimal): -11511991 or 4806480. OLE color: 4806480.

HSL color Cylindrical-coordinate representation of color #505749: hue angle of 90º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #505749 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 87 73 -
CMYK 0.08 0 0.16 0.66
HSL 90º 0.09% 0.31% -
HSV(B) 90º 0.16% 0.34% -
XYZ 7.92 9 7.62 -
YUV 83.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 80 87 73 0.08 0 0.16 0.66 90 0.09 0.31
Hex 50 57 49 8 0 10 42 5A 9 1F
Octal 120 127 111 10 0 20 102 132 11 37
Binary 1010000 1010111 1001001 1000 0 10000 1000010 1011010 1001 11111

Color Harmonies of #505749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505749

Black with #505749

Text Example


Text Example

White with #505749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505749; }

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

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

background-color css

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

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

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

border-color css

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

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

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