Html Css Color HEX #50715D Como

📋 copy color: '#50715D'

red 80 ◦ green 113 ◦ blue 93

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

Shades of Como #50715D

Tints of Como #50715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.51%

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

R = 27.97%
G = 39.51%
B = 32.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#50715D (or 0x50715D) is known color: Como. HEX triplet: 50, 71 and 5D. RGB value is (80,113,93). Sum of RGB (Red+Green+Blue) = 80+113+93=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #50715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50715D is #AF8EA2. Grayscale: #646464. Windows color (decimal): -11505315 or 6123856. OLE color: 6123856.

HSL color Cylindrical-coordinate representation of color #50715D: hue angle of 143.64º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #50715D is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 93 -
CMYK 0.29 0 0.18 0.56
HSL 143.64º 0.17% 0.38% -
HSV(B) 143.64º 0.29% 0.44% -
XYZ 11.19 14.31 12.53 -
YUV 100.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 80 113 93 0.29 0 0.18 0.56 143.64 0.17 0.38
Hex 50 71 5D 1D 0 12 38 90 11 26
Octal 120 161 135 35 0 22 70 220 21 46
Binary 1010000 1110001 1011101 11101 0 10010 111000 10010000 10001 100110

Color Harmonies of #50715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50715D

Black with #50715D

Text Example


Text Example

White with #50715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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