Html Css Color HEX #50835E Como

📋 copy color: '#50835E'

red 80 ◦ green 131 ◦ blue 94

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

Shades of Como #50835E

Tints of Como #50835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.95%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 26.23%
G = 42.95%
B = 30.82%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#50835E (or 0x50835E) is known color: Como. HEX triplet: 50, 83 and 5E. RGB value is (80,131,94). Sum of RGB (Red+Green+Blue) = 80+131+94=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #50835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835E is #AF7CA1. Grayscale: #6F6F6F. Windows color (decimal): -11500706 or 6194000. OLE color: 6194000.

HSL color Cylindrical-coordinate representation of color #50835E: hue angle of 136.47º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50835E is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 94 -
CMYK 0.39 0 0.28 0.49
HSL 136.47º 0.24% 0.41% -
HSV(B) 136.47º 0.39% 0.51% -
XYZ 13.44 18.75 13.5 -
YUV 111.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 80 131 94 0.39 0 0.28 0.49 136.47 0.24 0.41
Hex 50 83 5E 27 0 1C 31 88 18 29
Octal 120 203 136 47 0 34 61 210 30 51
Binary 1010000 10000011 1011110 100111 0 11100 110001 10001000 11000 101001

Color Harmonies of #50835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835E

Black with #50835E

Text Example


Text Example

White with #50835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50835E; }

 p { color: rgb(80,131,94); }

 H1.HeaderClassName
 {
   color: #50835E;
 }
 .AnyTagClassName
 {
   color: #50835E;
 }
</style>

background-color css

<style>
 a { background-color: #50835E; }

 a { background-color: rgb(80,131,94); }

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

border-color css

<style>
 span { border-color: #50835E; }

 span { border-color: rgb(80,131,94); }

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