#50755F

Color #50755F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #50755F

Tints of Como #50755F

Color information

#50755F (or 0x50755F) is unknown color: approx Como. HEX triplet: 50, 75 and 5F. RGB value is (80,117,95). Sum of RGB (Red+Green+Blue) = 80+117+95=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #50755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50755F is #AF8AA0. Grayscale: #676767. Windows color (decimal): -11504289 or 6255952. OLE color: 6255952.

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

Color convert

RGB8011795-
CMYK0.3200.190.54
HSL144.32º18.78%38.63%-
HSV(B)144.32º31.62%45.88%-
XYZ11.7415.2513.15-
YUV103.43123.24111.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.40%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=27.40%
G=40.07%
B=32.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80117950.3200.190.54144.3218.7838.63
Hex50755F2001336901327
Octal12016513740023662202347
Binary1010000111010110111111000000100111101101001000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50755F;
 }
 .AnyTagClassName
 {
   color: #50755F;
 }
</style>
background-color css

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

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

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

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

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

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