Html Css Color HEX #50755B Como

📋 copy color: '#50755B'

red 80 ◦ green 117 ◦ blue 91

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

Shades of Como #50755B

Tints of Como #50755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

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

R = 27.78%
G = 40.63%
B = 31.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#50755B (or 0x50755B) is known color: Como. HEX triplet: 50, 75 and 5B. RGB value is (80,117,91). Sum of RGB (Red+Green+Blue) = 80+117+91=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #50755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755B is #AF8AA4. Grayscale: #676767. Windows color (decimal): -11504293 or 5993808. OLE color: 5993808.

HSL color Cylindrical-coordinate representation of color #50755B: hue angle of 137.84º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #50755B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 91 -
CMYK 0.32 0 0.22 0.54
HSL 137.84º 0.19% 0.39% -
HSV(B) 137.84º 0.32% 0.46% -
XYZ 11.56 15.18 12.22 -
YUV 102.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 80 117 91 0.32 0 0.22 0.54 137.84 0.19 0.39
Hex 50 75 5B 20 0 16 36 8A 13 27
Octal 120 165 133 40 0 26 66 212 23 47
Binary 1010000 1110101 1011011 100000 0 10110 110110 10001010 10011 100111

Color Harmonies of #50755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50755B

Black with #50755B

Text Example


Text Example

White with #50755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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