#50725E

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

Shades of Como #50725E

Tints of Como #50725E

Color information

#50725E (or 0x50725E) is unknown color: approx Como. HEX triplet: 50, 72 and 5E. RGB value is (80,114,94). Sum of RGB (Red+Green+Blue) = 80+114+94=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #50725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50725E is #AF8DA1. Grayscale: #656565. Windows color (decimal): -11505058 or 6189648. OLE color: 6189648.

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

Color convert

RGB8011494-
CMYK0.3000.180.55
HSL144.71º17.53%38.04%-
HSV(B)144.71º29.82%44.71%-
XYZ11.3514.5512.8-
YUV101.55123.74112.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=27.78%
G=39.58%
B=32.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114940.3000.180.55144.7117.5338.04
Hex50725E1E01237911226
Octal12016213636022672212246
Binary101000011100101011110111100100101101111001000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50725E; }

 p { color: rgb(80,114,94); }

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

<style>
 a { background-color: #50725E; }

 a { background-color: rgb(80,114,94); }

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

<style>
 span { border-color: #50725E; }

 span { border-color: rgb(80,114,94); }

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