#50875B

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

Shades of Como #50875B

Tints of Como #50875B

Color information

#50875B (or 0x50875B) is unknown color: approx Como. HEX triplet: 50, 87 and 5B. RGB value is (80,135,91). Sum of RGB (Red+Green+Blue) = 80+135+91=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #50875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50875B is #AF78A4. Grayscale: #717171. Windows color (decimal): -11499685 or 5998416. OLE color: 5998416.

HSL color Cylindrical-coordinate representation of color #50875B: hue angle of 132º 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 #50875B is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB8013591-
CMYK0.4100.330.47
HSL132º25.58%42.16%-
HSV(B)132º40.74%52.94%-
XYZ13.8619.7912.99-
YUV113.54115.28104.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=26.14%
G=44.12%
B=29.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135910.4100.330.4713225.5842.16
Hex50875B290212F841a2a
Octal12020713351041572043252
Binary101000010000111101101110100101000011011111000010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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