Html Css Color HEX #50524E Cabbage Pont

📋 copy color: '#50524E'

red 80 ◦ green 82 ◦ blue 78

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

Shades of Cabbage Pont #50524E

Tints of Cabbage Pont #50524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

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

R = 33.33%
G = 34.17%
B = 32.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#50524E (or 0x50524E) is known color: Cabbage Pont. HEX triplet: 50, 52 and 4E. RGB value is (80,82,78). Sum of RGB (Red+Green+Blue) = 80+82+78=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 82 - color contains mainly: green. Hex color #50524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50524E is #AFADB1. Grayscale: #505050. Windows color (decimal): -11513266 or 5132880. OLE color: 5132880.

HSL color Cylindrical-coordinate representation of color #50524E: hue angle of 90º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #50524E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 82 78 -
CMYK 0.02 0 0.05 0.68
HSL 90º 0.03% 0.31% -
HSV(B) 90º 0.05% 0.32% -
XYZ 7.7 8.29 8.4 -
YUV 80.95 126.34 127.33 -
System Red Green Blue C M Y K H S L
Decimal 80 82 78 0.02 0 0.05 0.68 90 0.03 0.31
Hex 50 52 4E 2 0 5 44 5A 2 1F
Octal 120 122 116 2 0 5 104 132 2 37
Binary 1010000 1010010 1001110 10 0 101 1000100 1011010 10 11111

Color Harmonies of #50524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50524E

Black with #50524E

Text Example


Text Example

White with #50524E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50524E;
 }
 .AnyTagClassName
 {
   color: #50524E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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