Html Css Color HEX #50835C Como

📋 copy color: '#50835C'

red 80 ◦ green 131 ◦ blue 92

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

Shades of Como #50835C

Tints of Como #50835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 26.4%
G = 43.23%
B = 30.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#50835C (or 0x50835C) is known color: Como. HEX triplet: 50, 83 and 5C. RGB value is (80,131,92). Sum of RGB (Red+Green+Blue) = 80+131+92=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #50835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835C is #AF7CA3. Grayscale: #6F6F6F. Windows color (decimal): -11500708 or 6062928. OLE color: 6062928.

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

Color convert

RGB 80 131 92 -
CMYK 0.39 0 0.30 0.49
HSL 134.12º 0.24% 0.41% -
HSV(B) 134.12º 0.39% 0.51% -
XYZ 13.36 18.71 13.03 -
YUV 111.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 80 131 92 0.39 0 0.30 0.49 134.12 0.24 0.41
Hex 50 83 5C 27 0 1E 31 86 18 29
Octal 120 203 134 47 0 36 61 206 30 51
Binary 1010000 10000011 1011100 100111 0 11110 110001 10000110 11000 101001

Color Harmonies of #50835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835C

Black with #50835C

Text Example


Text Example

White with #50835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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