#50725A

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

Shades of Como #50725A

Tints of Como #50725A

Color information

#50725A (or 0x50725A) is unknown color: approx Como. HEX triplet: 50, 72 and 5A. RGB value is (80,114,90). Sum of RGB (Red+Green+Blue) = 80+114+90=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #50725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50725A is #AF8DA5. Grayscale: #656565. Windows color (decimal): -11505062 or 5927504. OLE color: 5927504.

HSL color Cylindrical-coordinate representation of color #50725A: hue angle of 137.65º 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 #50725A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB8011490-
CMYK0.3000.210.55
HSL137.65º17.53%38.04%-
HSV(B)137.65º29.82%44.71%-
XYZ11.1714.4811.88-
YUV101.1121.74112.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=28.17%
G=40.14%
B=31.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114900.3000.210.55137.6517.5338.04
Hex50725A1E015378a1226
Octal12016213236025672122246
Binary101000011100101011010111100101011101111000101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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