Html Css Color HEX #50745B Como

📋 copy color: '#50745B'

red 80 ◦ green 116 ◦ blue 91

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

Shades of Como #50745B

Tints of Como #50745B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 91 (35.94% from 255) = 31.71%

R = 27.87%
G = 40.42%
B = 31.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#50745B (or 0x50745B) is known color: Como. HEX triplet: 50, 74 and 5B. RGB value is (80,116,91). Sum of RGB (Red+Green+Blue) = 80+116+91=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #50745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745B is #AF8BA4. Grayscale: #666666. Windows color (decimal): -11504549 or 5993552. OLE color: 5993552.

HSL color Cylindrical-coordinate representation of color #50745B: hue angle of 138.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50745B is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 91 -
CMYK 0.31 0 0.22 0.55
HSL 138.33º 0.18% 0.38% -
HSV(B) 138.33º 0.31% 0.45% -
XYZ 11.44 14.95 12.18 -
YUV 102.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 80 116 91 0.31 0 0.22 0.55 138.33 0.18 0.38
Hex 50 74 5B 1F 0 16 37 8A 12 26
Octal 120 164 133 37 0 26 67 212 22 46
Binary 1010000 1110100 1011011 11111 0 10110 110111 10001010 10010 100110

Color Harmonies of #50745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50745B

Black with #50745B

Text Example


Text Example

White with #50745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50745B; }

 p { color: rgb(80,116,91); }

 H1.HeaderClassName
 {
   color: #50745B;
 }
 .AnyTagClassName
 {
   color: #50745B;
 }
</style>

background-color css

<style>
 a { background-color: #50745B; }

 a { background-color: rgb(80,116,91); }

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

border-color css

<style>
 span { border-color: #50745B; }

 span { border-color: rgb(80,116,91); }

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