Html Css Color HEX #505846 Cabbage Pont

📋 copy color: '#505846'

red 80 ◦ green 88 ◦ blue 70

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

Shades of Cabbage Pont #505846

Tints of Cabbage Pont #505846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.97%

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

R = 33.61%
G = 36.97%
B = 29.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#505846 (or 0x505846) is known color: Cabbage Pont. HEX triplet: 50, 58 and 46. RGB value is (80,88,70). Sum of RGB (Red+Green+Blue) = 80+88+70=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #505846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505846 is #AFA7B9. Grayscale: #535353. Windows color (decimal): -11511738 or 4610128. OLE color: 4610128.

HSL color Cylindrical-coordinate representation of color #505846: hue angle of 86.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #505846 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 88 70 -
CMYK 0.09 0 0.20 0.65
HSL 86.67º 0.11% 0.31% -
HSV(B) 86.67º 0.2% 0.35% -
XYZ 7.9 9.13 7.14 -
YUV 83.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 80 88 70 0.09 0 0.20 0.65 86.67 0.11 0.31
Hex 50 58 46 9 0 14 41 57 B 1F
Octal 120 130 106 11 0 24 101 127 13 37
Binary 1010000 1011000 1000110 1001 0 10100 1000001 1010111 1011 11111

Color Harmonies of #505846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505846

Black with #505846

Text Example


Text Example

White with #505846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505846; }

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

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

background-color css

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

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

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

border-color css

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

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

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