Html Css Color HEX #50865D Como

📋 copy color: '#50865D'

red 80 ◦ green 134 ◦ blue 93

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

Shades of Como #50865D

Tints of Como #50865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.65%

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

R = 26.06%
G = 43.65%
B = 30.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#50865D (or 0x50865D) is known color: Como. HEX triplet: 50, 86 and 5D. RGB value is (80,134,93). Sum of RGB (Red+Green+Blue) = 80+134+93=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #50865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50865D is #AF79A2. Grayscale: #717171. Windows color (decimal): -11499939 or 6129232. OLE color: 6129232.

HSL color Cylindrical-coordinate representation of color #50865D: hue angle of 134.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50865D is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 93 -
CMYK 0.40 0 0.31 0.47
HSL 134.44º 0.25% 0.42% -
HSV(B) 134.44º 0.4% 0.53% -
XYZ 13.81 19.55 13.4 -
YUV 113.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 80 134 93 0.40 0 0.31 0.47 134.44 0.25 0.42
Hex 50 86 5D 28 0 1F 2F 86 19 2A
Octal 120 206 135 50 0 37 57 206 31 52
Binary 1010000 10000110 1011101 101000 0 11111 101111 10000110 11001 101010

Color Harmonies of #50865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50865D

Black with #50865D

Text Example


Text Example

White with #50865D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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