Html Css Color HEX #50755C Como

📋 copy color: '#50755C'

red 80 ◦ green 117 ◦ blue 92

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

Shades of Como #50755C

Tints of Como #50755C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 27.68%
G = 40.48%
B = 31.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#50755C (or 0x50755C) is known color: Como. HEX triplet: 50, 75 and 5C. RGB value is (80,117,92). Sum of RGB (Red+Green+Blue) = 80+117+92=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #50755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755C is #AF8AA3. Grayscale: #676767. Windows color (decimal): -11504292 or 6059344. OLE color: 6059344.

HSL color Cylindrical-coordinate representation of color #50755C: hue angle of 139.46º 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 #50755C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 92 -
CMYK 0.32 0 0.21 0.54
HSL 139.46º 0.19% 0.39% -
HSV(B) 139.46º 0.32% 0.46% -
XYZ 11.6 15.2 12.45 -
YUV 103.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 80 117 92 0.32 0 0.21 0.54 139.46 0.19 0.39
Hex 50 75 5C 20 0 15 36 8B 13 27
Octal 120 165 134 40 0 25 66 213 23 47
Binary 1010000 1110101 1011100 100000 0 10101 110110 10001011 10011 100111

Color Harmonies of #50755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50755C

Black with #50755C

Text Example


Text Example

White with #50755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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