Html Css Color HEX #50594A Cabbage Pont

📋 copy color: '#50594A'

red 80 ◦ green 89 ◦ blue 74

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

Shades of Cabbage Pont #50594A

Tints of Cabbage Pont #50594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 32.92%
G = 36.63%
B = 30.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#50594A (or 0x50594A) is known color: Cabbage Pont. HEX triplet: 50, 59 and 4A. RGB value is (80,89,74). Sum of RGB (Red+Green+Blue) = 80+89+74=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 89 - color contains mainly: green. Hex color #50594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50594A is #AFA6B5. Grayscale: #545454. Windows color (decimal): -11511478 or 4872528. OLE color: 4872528.

HSL color Cylindrical-coordinate representation of color #50594A: hue angle of 96º 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 #50594A is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 74 -
CMYK 0.10 0 0.17 0.65
HSL 96º 0.09% 0.32% -
HSV(B) 96º 0.17% 0.35% -
XYZ 8.12 9.34 7.85 -
YUV 84.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 80 89 74 0.10 0 0.17 0.65 96 0.09 0.32
Hex 50 59 4A A 0 11 41 60 9 20
Octal 120 131 112 12 0 21 101 140 11 40
Binary 1010000 1011001 1001010 1010 0 10001 1000001 1100000 1001 100000

Color Harmonies of #50594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50594A

Black with #50594A

Text Example


Text Example

White with #50594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50594A; }

 p { color: rgb(80,89,74); }

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

background-color css

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

 a { background-color: rgb(80,89,74); }

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

border-color css

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

 span { border-color: rgb(80,89,74); }

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