#50895B

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

Shades of Como #50895B

Tints of Como #50895B

Color information

#50895B (or 0x50895B) is unknown color: approx Como. HEX triplet: 50, 89 and 5B. RGB value is (80,137,91). Sum of RGB (Red+Green+Blue) = 80+137+91=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #50895B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50895B is #AF76A4. Grayscale: #727272. Windows color (decimal): -11499173 or 5998928. OLE color: 5998928.

HSL color Cylindrical-coordinate representation of color #50895B: hue angle of 131.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50895B is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB8013791-
CMYK0.4200.340.46
HSL131.58º26.27%42.55%-
HSV(B)131.58º41.61%53.73%-
XYZ14.1420.3513.08-
YUV114.71114.62103.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 137 (53.91% from 255) = 44.48%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=25.97%
G=44.48%
B=29.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal80137910.4200.340.46131.5826.2742.55
Hex50895B2A0222E841a2b
Octal12021113352042562043253
Binary101000010001001101101110101001000101011101000010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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