Shades of Paradiso #50777F
Tints of Paradiso #50777F
RGB
CMYK
RGB Variations
Color information
#50777F (or 0x50777F) is known color: 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
| RGB | 80 | 119 | 127 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.50 |
| HSL | 190.21º | 0.23% | 0.41% | - |
| HSV(B) | 190.21º | 0.37% | 0.5% | - |
| XYZ | 13.74 | 16.43 | 22.53 | - |
| YUV | 108.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 127 | 0.37 | 0.06 | 0 | 0.50 | 190.21 | 0.23 | 0.41 |
| Hex | 50 | 77 | 7F | 25 | 6 | 0 | 32 | BE | 17 | 29 |
| Octal | 120 | 167 | 177 | 45 | 6 | 0 | 62 | 276 | 27 | 51 |
| Binary | 1010000 | 1110111 | 1111111 | 100101 | 110 | 0 | 110010 | 10111110 | 10111 | 101001 |
Color Harmonies of #50777F
Complementary color
Monochromatic Colors of #50777F
Black with #50777F
Text Example
Text Example
White with #50777F
Text Example
Text Example
HTML Codes & Css Web 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>