#50855C

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

Shades of Como #50855C

Tints of Como #50855C

Color information

#50855C (or 0x50855C) is unknown color: approx Como. HEX triplet: 50, 85 and 5C. RGB value is (80,133,92). Sum of RGB (Red+Green+Blue) = 80+133+92=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #50855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855C is #AF7AA3. Grayscale: #707070. Windows color (decimal): -11500196 or 6063440. OLE color: 6063440.

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

Color convert

RGB8013392-
CMYK0.4000.310.48
HSL133.58º24.88%41.76%-
HSV(B)133.58º39.85%52.16%-
XYZ13.6319.2513.12-
YUV112.48116.44104.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=26.23%
G=43.61%
B=30.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133920.4000.310.48133.5824.8841.76
Hex50855C2801F3086192a
Octal12020513450037602063152
Binary10100001000010110111001010000111111100001000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50855C; }

 p { color: rgb(80,133,92); }

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

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

 a { background-color: rgb(80,133,92); }

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

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

 span { border-color: rgb(80,133,92); }

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