Html Css Color HEX #50715A Como

📋 copy color: '#50715A'

red 80 ◦ green 113 ◦ blue 90

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

Shades of Como #50715A

Tints of Como #50715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.8%

R = 28.27%
G = 39.93%
B = 31.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#50715A (or 0x50715A) is known color: Como. HEX triplet: 50, 71 and 5A. RGB value is (80,113,90). Sum of RGB (Red+Green+Blue) = 80+113+90=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #50715A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50715A is #AF8EA5. Grayscale: #646464. Windows color (decimal): -11505318 or 5927248. OLE color: 5927248.

HSL color Cylindrical-coordinate representation of color #50715A: hue angle of 138.18º 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 #50715A is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 90 -
CMYK 0.29 0 0.20 0.56
HSL 138.18º 0.17% 0.38% -
HSV(B) 138.18º 0.29% 0.44% -
XYZ 11.06 14.25 11.84 -
YUV 100.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 80 113 90 0.29 0 0.20 0.56 138.18 0.17 0.38
Hex 50 71 5A 1D 0 14 38 8A 11 26
Octal 120 161 132 35 0 24 70 212 21 46
Binary 1010000 1110001 1011010 11101 0 10100 111000 10001010 10001 100110

Color Harmonies of #50715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50715A

Black with #50715A

Text Example


Text Example

White with #50715A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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