#50787C

Color #50787C Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #50787C

Tints of Paradiso #50787C

Color information

#50787C (or 0x50787C) is unknown color: approx Paradiso. HEX triplet: 50, 78 and 7C. RGB value is (80,120,124). Sum of RGB (Red+Green+Blue) = 80+120+124=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #50787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50787C is #AF8783. Grayscale: #6C6C6C. Windows color (decimal): -11503492 or 8157264. OLE color: 8157264.

HSL color Cylindrical-coordinate representation of color #50787C: hue angle of 185.45º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50787C is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80120124-
CMYK0.350.0300.51
HSL185.45º21.57%40%-
HSV(B)185.45º35.48%48.63%-
XYZ13.6616.5921.55-
YUV108.5136.75107.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 120 (47.27% from 255) = 37.04%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=24.69%
G=37.04%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801201240.350.0300.51185.4521.5740
Hex50787C233033b91628
Octal1201701744330632712650
Binary1010000111100011111001000111101100111011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,120,124); }

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

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

 a { background-color: rgb(80,120,124); }

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

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

 span { border-color: rgb(80,120,124); }

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