#50845B

Color #50845B Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #50845B

Tints of Como #50845B

Color information

#50845B (or 0x50845B) is unknown color: approx Como. HEX triplet: 50, 84 and 5B. RGB value is (80,132,91). Sum of RGB (Red+Green+Blue) = 80+132+91=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #50845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845B is #AF7BA4. Grayscale: #6F6F6F. Windows color (decimal): -11500453 or 5997648. OLE color: 5997648.

HSL color Cylindrical-coordinate representation of color #50845B: hue angle of 132.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845B is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB8013291-
CMYK0.3900.310.48
HSL132.69º24.53%41.57%-
HSV(B)132.69º39.39%51.76%-
XYZ13.4518.9612.85-
YUV111.78116.27105.33-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 91 (35.94% from 255) = 30.03%
R=26.40%
G=43.56%
B=30.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132910.3900.310.48132.6924.5341.57
Hex50845B2701F3085192a
Octal12020413347037602053152
Binary10100001000010010110111001110111111100001000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50845B; }

 p { color: rgb(80,132,91); }

 H1.HeaderClassName
 {
   color: #50845B;
 }
 .AnyTagClassName
 {
   color: #50845B;
 }
</style>
background-color css

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

 a { background-color: rgb(80,132,91); }

 div.DivClassName
 {
   background-color: #50845B;
 }
 .BgClassName
 {
   background-color: #50845B;
 }
</style>
border-color css

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

 span { border-color: rgb(80,132,91); }

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