Html Css Color HEX #50835B Como

📋 copy color: '#50835B'

red 80 ◦ green 131 ◦ blue 91

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

Shades of Como #50835B

Tints of Como #50835B

RGB

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

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

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

R = 26.49%
G = 43.38%
B = 30.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#50835B (or 0x50835B) is known color: Como. HEX triplet: 50, 83 and 5B. RGB value is (80,131,91). Sum of RGB (Red+Green+Blue) = 80+131+91=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #50835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835B is #AF7CA4. Grayscale: #6F6F6F. Windows color (decimal): -11500709 or 5997392. OLE color: 5997392.

HSL color Cylindrical-coordinate representation of color #50835B: hue angle of 132.94º 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 #50835B is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 91 -
CMYK 0.39 0 0.31 0.49
HSL 132.94º 0.24% 0.41% -
HSV(B) 132.94º 0.39% 0.51% -
XYZ 13.31 18.69 12.8 -
YUV 111.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 80 131 91 0.39 0 0.31 0.49 132.94 0.24 0.41
Hex 50 83 5B 27 0 1F 31 85 18 29
Octal 120 203 133 47 0 37 61 205 30 51
Binary 1010000 10000011 1011011 100111 0 11111 110001 10000101 11000 101001

Color Harmonies of #50835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835B

Black with #50835B

Text Example


Text Example

White with #50835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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