#50534E

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

Shades of Cabbage Pont #50534E

Tints of Cabbage Pont #50534E

Color information

#50534E (or 0x50534E) is unknown color: approx Cabbage Pont. HEX triplet: 50, 53 and 4E. RGB value is (80,83,78). Sum of RGB (Red+Green+Blue) = 80+83+78=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 83 - color contains mainly: green. Hex color #50534E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50534E is #AFACB1. Grayscale: #515151. Windows color (decimal): -11513010 or 5133136. OLE color: 5133136.

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

Color convert

RGB808378-
CMYK0.0400.060.67
HSL96º3.11%31.57%-
HSV(B)96º6.02%32.55%-
XYZ7.788.448.43-
YUV81.53126.01126.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=33.20%
G=34.44%
B=32.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083780.0400.060.67963.1131.57
Hex50534E4064360320
Octal120123116406103140340
Binary10100001010011100111010001101000011110000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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