Html Css Color HEX #50885B Como

📋 copy color: '#50885B'

red 80 ◦ green 136 ◦ blue 91

#50885B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #50885B

Tints of Como #50885B

RGB

 RED value IS 80 (31.64% from 255) = 26.06%

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 91 (35.94% from 255) = 29.64%

R = 26.06%
G = 44.3%
B = 29.64%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#50885B (or 0x50885B) is known color: Como. HEX triplet: 50, 88 and 5B. RGB value is (80,136,91). Sum of RGB (Red+Green+Blue) = 80+136+91=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #50885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885B is #AF77A4. Grayscale: #727272. Windows color (decimal): -11499429 or 5998672. OLE color: 5998672.

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

Color convert

RGB 80 136 91 -
CMYK 0.41 0 0.33 0.47
HSL 131.79º 0.26% 0.42% -
HSV(B) 131.79º 0.41% 0.53% -
XYZ 14 20.07 13.03 -
YUV 114.13 114.95 103.66 -
System Red Green Blue C M Y K H S L
Decimal 80 136 91 0.41 0 0.33 0.47 131.79 0.26 0.42
Hex 50 88 5B 29 0 21 2F 84 1A 2A
Octal 120 210 133 51 0 41 57 204 32 52
Binary 1010000 10001000 1011011 101001 0 100001 101111 10000100 11010 101010

Color Harmonies of #50885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50885B

Black with #50885B

Text Example


Text Example

White with #50885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50885B;
 }
 .AnyTagClassName
 {
   color: #50885B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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