#50777F

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

Shades of Paradiso #50777F

Tints of Paradiso #50777F

Color information

#50777F (or 0x50777F) is unknown color: approx Paradiso. HEX triplet: 50, 77 and 7F. RGB value is (80,119,127). Sum of RGB (Red+Green+Blue) = 80+119+127=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #50777F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50777F is #AF8880. Grayscale: #6C6C6C. Windows color (decimal): -11503745 or 8353616. OLE color: 8353616.

HSL color Cylindrical-coordinate representation of color #50777F: hue angle of 190.21º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50777F is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB80119127-
CMYK0.370.0600.50
HSL190.21º22.71%40.59%-
HSV(B)190.21º37.01%49.8%-
XYZ13.7416.4322.53-
YUV108.25138.58107.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 119 (46.88% from 255) = 36.50%
BLUE value IS 127 (50% from 255) = 38.96%
R=24.54%
G=36.50%
B=38.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal801191270.370.0600.50190.2122.7140.59
Hex50777F256032be1729
Octal1201671774560622762751
Binary10100001110111111111110010111001100101011111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,119,127); }

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

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

 a { background-color: rgb(80,119,127); }

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

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

 span { border-color: rgb(80,119,127); }

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