Html Css Color HEX #505649 Cabbage Pont

📋 copy color: '#505649'

red 80 ◦ green 86 ◦ blue 73

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

Shades of Cabbage Pont #505649

Tints of Cabbage Pont #505649

RGB

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

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

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

R = 33.47%
G = 35.98%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#505649 (or 0x505649) is known color: Cabbage Pont. HEX triplet: 50, 56 and 49. RGB value is (80,86,73). Sum of RGB (Red+Green+Blue) = 80+86+73=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #505649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505649 is #AFA9B6. Grayscale: #525252. Windows color (decimal): -11512247 or 4806224. OLE color: 4806224.

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

Color convert

RGB 80 86 73 -
CMYK 0.07 0 0.15 0.66
HSL 87.69º 0.08% 0.31% -
HSV(B) 87.69º 0.15% 0.34% -
XYZ 7.84 8.84 7.6 -
YUV 82.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 80 86 73 0.07 0 0.15 0.66 87.69 0.08 0.31
Hex 50 56 49 7 0 F 42 58 8 1F
Octal 120 126 111 7 0 17 102 130 10 37
Binary 1010000 1010110 1001001 111 0 1111 1000010 1011000 1000 11111

Color Harmonies of #505649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505649

Black with #505649

Text Example


Text Example

White with #505649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505649; }

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

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

background-color css

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

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

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

border-color css

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

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

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