#50594A

Color #50594A Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #50594A

Tints of Cabbage Pont #50594A

Color information

#50594A (or 0x50594A) is unknown color: approx 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

RGB808974-
CMYK0.1000.170.65
HSL96º9.2%31.96%-
HSV(B)96º16.85%34.9%-
XYZ8.129.347.85-
YUV84.6122.02124.72-

RGB Variations

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

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.30% from 255) = 30.45%
R=32.92%
G=36.63%
B=30.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089740.1000.170.65969.231.96
Hex50594AA0114160920
Octal120131112120211011401140
Binary1010000101100110010101010010001100000111000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>