Html Css Color HEX #506040 Cabbage Pont

📋 copy color: '#506040'

red 80 ◦ green 96 ◦ blue 64

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

Shades of Cabbage Pont #506040

Tints of Cabbage Pont #506040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#506040 (or 0x506040) is known color: Cabbage Pont. HEX triplet: 50, 60 and 40. RGB value is (80,96,64). Sum of RGB (Red+Green+Blue) = 80+96+64=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #506040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506040 is #AF9FBF. Grayscale: #575757. Windows color (decimal): -11509696 or 4218960. OLE color: 4218960.

HSL color Cylindrical-coordinate representation of color #506040: hue angle of 90º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #506040 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 64 -
CMYK 0.17 0 0.33 0.62
HSL 90º 0.2% 0.31% -
HSV(B) 90º 0.33% 0.38% -
XYZ 8.42 10.44 6.42 -
YUV 87.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 80 96 64 0.17 0 0.33 0.62 90 0.2 0.31
Hex 50 60 40 11 0 21 3E 5A 14 1F
Octal 120 140 100 21 0 41 76 132 24 37
Binary 1010000 1100000 1000000 10001 0 100001 111110 1011010 10100 11111

Color Harmonies of #506040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506040

Black with #506040

Text Example


Text Example

White with #506040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506040; }

 p { color: rgb(80,96,64); }

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

background-color css

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

 a { background-color: rgb(80,96,64); }

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

border-color css

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

 span { border-color: rgb(80,96,64); }

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