#50855A

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

Shades of Como #50855A

Tints of Como #50855A

Color information

#50855A (or 0x50855A) is unknown color: approx Como. HEX triplet: 50, 85 and 5A. RGB value is (80,133,90). Sum of RGB (Red+Green+Blue) = 80+133+90=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #50855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50855A is #AF7AA5. Grayscale: #707070. Windows color (decimal): -11500198 or 5932368. OLE color: 5932368.

HSL color Cylindrical-coordinate representation of color #50855A: hue angle of 131.32º 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 #50855A is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8013390-
CMYK0.4000.320.48
HSL131.32º24.88%41.76%-
HSV(B)131.32º39.85%52.16%-
XYZ13.5419.2212.67-
YUV112.25115.44105-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.40%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=26.40%
G=43.89%
B=29.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133900.4000.320.48131.3224.8841.76
Hex50855A280203083192a
Octal12020513250040602033152
Binary101000010000101101101010100001000001100001000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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