Html Css Color HEX #50534E Cabbage Pont

📋 copy color: '#50534E'

red 80 ◦ green 83 ◦ blue 78

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

Shades of Cabbage Pont #50534E

Tints of Cabbage Pont #50534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 33.2%
G = 34.44%
B = 32.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#50534E (or 0x50534E) is known color: 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

RGB 80 83 78 -
CMYK 0.04 0 0.06 0.67
HSL 96º 0.03% 0.32% -
HSV(B) 96º 0.06% 0.33% -
XYZ 7.78 8.44 8.43 -
YUV 81.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 80 83 78 0.04 0 0.06 0.67 96 0.03 0.32
Hex 50 53 4E 4 0 6 43 60 3 20
Octal 120 123 116 4 0 6 103 140 3 40
Binary 1010000 1010011 1001110 100 0 110 1000011 1100000 11 100000

Color Harmonies of #50534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50534E

Black with #50534E

Text Example


Text Example

White with #50534E

Text Example


Text Example

HTML Codes & Css Web 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>