Html Css Color HEX #50554A Cabbage Pont

📋 copy color: '#50554A'

red 80 ◦ green 85 ◦ blue 74

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

Shades of Cabbage Pont #50554A

Tints of Cabbage Pont #50554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 33.47%
G = 35.56%
B = 30.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#50554A (or 0x50554A) is known color: Cabbage Pont. HEX triplet: 50, 55 and 4A. RGB value is (80,85,74). Sum of RGB (Red+Green+Blue) = 80+85+74=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #50554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50554A is #AFAAB5. Grayscale: #525252. Windows color (decimal): -11512502 or 4871504. OLE color: 4871504.

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

Color convert

RGB 80 85 74 -
CMYK 0.06 0 0.13 0.67
HSL 87.27º 0.07% 0.31% -
HSV(B) 87.27º 0.13% 0.33% -
XYZ 7.79 8.7 7.75 -
YUV 82.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 80 85 74 0.06 0 0.13 0.67 87.27 0.07 0.31
Hex 50 55 4A 6 0 D 43 57 7 1F
Octal 120 125 112 6 0 15 103 127 7 37
Binary 1010000 1010101 1001010 110 0 1101 1000011 1010111 111 11111

Color Harmonies of #50554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50554A

Black with #50554A

Text Example


Text Example

White with #50554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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