Html Css Color HEX #505D44 Cabbage Pont

📋 copy color: '#505D44'

red 80 ◦ green 93 ◦ blue 68

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

Shades of Cabbage Pont #505D44

Tints of Cabbage Pont #505D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 33.2%
G = 38.59%
B = 28.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#505D44 (or 0x505D44) is known color: Cabbage Pont. HEX triplet: 50, 5D and 44. RGB value is (80,93,68). Sum of RGB (Red+Green+Blue) = 80+93+68=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 93 - color contains mainly: green. Hex color #505D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D44 is #AFA2BB. Grayscale: #565656. Windows color (decimal): -11510460 or 4480336. OLE color: 4480336.

HSL color Cylindrical-coordinate representation of color #505D44: hue angle of 91.2º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #505D44 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 68 -
CMYK 0.14 0 0.27 0.64
HSL 91.2º 0.16% 0.32% -
HSV(B) 91.2º 0.27% 0.36% -
XYZ 8.27 9.95 6.95 -
YUV 86.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 80 93 68 0.14 0 0.27 0.64 91.2 0.16 0.32
Hex 50 5D 44 E 0 1B 40 5B 10 20
Octal 120 135 104 16 0 33 100 133 20 40
Binary 1010000 1011101 1000100 1110 0 11011 1000000 1011011 10000 100000

Color Harmonies of #505D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D44

Black with #505D44

Text Example


Text Example

White with #505D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D44; }

 p { color: rgb(80,93,68); }

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

background-color css

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

 a { background-color: rgb(80,93,68); }

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

border-color css

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

 span { border-color: rgb(80,93,68); }

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