Html Css Color HEX #50835D Como

📋 copy color: '#50835D'

red 80 ◦ green 131 ◦ blue 93

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

Shades of Como #50835D

Tints of Como #50835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 26.32%
G = 43.09%
B = 30.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#50835D (or 0x50835D) is known color: Como. HEX triplet: 50, 83 and 5D. RGB value is (80,131,93). Sum of RGB (Red+Green+Blue) = 80+131+93=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #50835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50835D is #AF7CA2. Grayscale: #6F6F6F. Windows color (decimal): -11500707 or 6128464. OLE color: 6128464.

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

Color convert

RGB 80 131 93 -
CMYK 0.39 0 0.29 0.49
HSL 135.29º 0.24% 0.41% -
HSV(B) 135.29º 0.39% 0.51% -
XYZ 13.4 18.73 13.26 -
YUV 111.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 80 131 93 0.39 0 0.29 0.49 135.29 0.24 0.41
Hex 50 83 5D 27 0 1D 31 87 18 29
Octal 120 203 135 47 0 35 61 207 30 51
Binary 1010000 10000011 1011101 100111 0 11101 110001 10000111 11000 101001

Color Harmonies of #50835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50835D

Black with #50835D

Text Example


Text Example

White with #50835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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