#50534C

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

Shades of Cabbage Pont #50534C

Tints of Cabbage Pont #50534C

Color information

#50534C (or 0x50534C) is unknown color: approx Cabbage Pont. HEX triplet: 50, 53 and 4C. RGB value is (80,83,76). Sum of RGB (Red+Green+Blue) = 80+83+76=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #50534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50534C is #AFACB3. Grayscale: #515151. Windows color (decimal): -11513012 or 5002064. OLE color: 5002064.

HSL color Cylindrical-coordinate representation of color #50534C: hue angle of 85.71º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #50534C is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB808376-
CMYK0.0400.080.67
HSL85.71º4.4%31.18%-
HSV(B)85.71º8.43%32.55%-
XYZ7.718.418.06-
YUV81.3125.01127.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=33.47%
G=34.73%
B=31.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083760.0400.080.6785.714.431.18
Hex50534C408435641f
Octal1201231144010103126437
Binary101000010100111001100100010001000011101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50534C; }

 p { color: rgb(80,83,76); }

 H1.HeaderClassName
 {
   color: #50534C;
 }
 .AnyTagClassName
 {
   color: #50534C;
 }
</style>
background-color css

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

 a { background-color: rgb(80,83,76); }

 div.DivClassName
 {
   background-color: #50534C;
 }
 .BgClassName
 {
   background-color: #50534C;
 }
</style>
border-color css

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

 span { border-color: rgb(80,83,76); }

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