Html Css Color HEX #50554C Cabbage Pont

📋 copy color: '#50554C'

red 80 ◦ green 85 ◦ blue 76

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

Shades of Cabbage Pont #50554C

Tints of Cabbage Pont #50554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.27%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 33.2%
G = 35.27%
B = 31.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#50554C (or 0x50554C) is known color: Cabbage Pont. HEX triplet: 50, 55 and 4C. RGB value is (80,85,76). Sum of RGB (Red+Green+Blue) = 80+85+76=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 85 - color contains mainly: green. Hex color #50554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50554C is #AFAAB3. Grayscale: #525252. Windows color (decimal): -11512500 or 5002576. OLE color: 5002576.

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

Color convert

RGB 80 85 76 -
CMYK 0.06 0 0.11 0.67
HSL 93.33º 0.06% 0.32% -
HSV(B) 93.33º 0.11% 0.33% -
XYZ 7.86 8.72 8.11 -
YUV 82.48 124.34 126.23 -
System Red Green Blue C M Y K H S L
Decimal 80 85 76 0.06 0 0.11 0.67 93.33 0.06 0.32
Hex 50 55 4C 6 0 B 43 5D 6 20
Octal 120 125 114 6 0 13 103 135 6 40
Binary 1010000 1010101 1001100 110 0 1011 1000011 1011101 110 100000

Color Harmonies of #50554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50554C

Black with #50554C

Text Example


Text Example

White with #50554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50554C;
 }
 .AnyTagClassName
 {
   color: #50554C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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