#50875C

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

Shades of Como #50875C

Tints of Como #50875C

Color information

#50875C (or 0x50875C) is unknown color: approx Como. HEX triplet: 50, 87 and 5C. RGB value is (80,135,92). Sum of RGB (Red+Green+Blue) = 80+135+92=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #50875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875C is #AF78A3. Grayscale: #717171. Windows color (decimal): -11499684 or 6063952. OLE color: 6063952.

HSL color Cylindrical-coordinate representation of color #50875C: hue angle of 133.09º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50875C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8013592-
CMYK0.4100.320.47
HSL133.09º25.58%42.16%-
HSV(B)133.09º40.74%52.94%-
XYZ13.919.8113.22-
YUV113.65115.78104-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 135 (53.12% from 255) = 43.97%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=26.06%
G=43.97%
B=29.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135920.4100.320.47133.0925.5842.16
Hex50875C290202F851a2a
Octal12020713451040572053252
Binary101000010000111101110010100101000001011111000010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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