Html Css Color HEX #505946 Cabbage Pont

📋 copy color: '#505946'

red 80 ◦ green 89 ◦ blue 70

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

Shades of Cabbage Pont #505946

Tints of Cabbage Pont #505946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.24%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 33.47%
G = 37.24%
B = 29.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#505946 (or 0x505946) is known color: Cabbage Pont. HEX triplet: 50, 59 and 46. RGB value is (80,89,70). Sum of RGB (Red+Green+Blue) = 80+89+70=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #505946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505946 is #AFA6B9. Grayscale: #545454. Windows color (decimal): -11511482 or 4610384. OLE color: 4610384.

HSL color Cylindrical-coordinate representation of color #505946: hue angle of 88.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #505946 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 89 70 -
CMYK 0.10 0 0.21 0.65
HSL 88.42º 0.12% 0.31% -
HSV(B) 88.42º 0.21% 0.35% -
XYZ 7.99 9.29 7.17 -
YUV 84.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 80 89 70 0.10 0 0.21 0.65 88.42 0.12 0.31
Hex 50 59 46 A 0 15 41 58 C 1F
Octal 120 131 106 12 0 25 101 130 14 37
Binary 1010000 1011001 1000110 1010 0 10101 1000001 1011000 1100 11111

Color Harmonies of #505946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505946

Black with #505946

Text Example


Text Example

White with #505946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505946; }

 p { color: rgb(80,89,70); }

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

background-color css

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

 a { background-color: rgb(80,89,70); }

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

border-color css

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

 span { border-color: rgb(80,89,70); }

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