Html Css Color HEX #50755A Como

📋 copy color: '#50755A'

red 80 ◦ green 117 ◦ blue 90

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

Shades of Como #50755A

Tints of Como #50755A

RGB

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

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

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

R = 27.87%
G = 40.77%
B = 31.36%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#50755A (or 0x50755A) is known color: Como. HEX triplet: 50, 75 and 5A. RGB value is (80,117,90). Sum of RGB (Red+Green+Blue) = 80+117+90=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #50755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755A is #AF8AA5. Grayscale: #666666. Windows color (decimal): -11504294 or 5928272. OLE color: 5928272.

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

Color convert

RGB 80 117 90 -
CMYK 0.32 0 0.23 0.54
HSL 136.22º 0.19% 0.39% -
HSV(B) 136.22º 0.32% 0.46% -
XYZ 11.52 15.17 11.99 -
YUV 102.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 80 117 90 0.32 0 0.23 0.54 136.22 0.19 0.39
Hex 50 75 5A 20 0 17 36 88 13 27
Octal 120 165 132 40 0 27 66 210 23 47
Binary 1010000 1110101 1011010 100000 0 10111 110110 10001000 10011 100111

Color Harmonies of #50755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50755A

Black with #50755A

Text Example


Text Example

White with #50755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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