Shades of Paradiso #50808B
Tints of Paradiso #50808B
RGB
CMYK
RGB Variations
Color information
#50808B (or 0x50808B) is known color: Paradiso. HEX triplet: 50, 80 and 8B. RGB value is (80,128,139). Sum of RGB (Red+Green+Blue) = 80+128+139=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #50808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50808B is #AF7F74. Grayscale: #727272. Windows color (decimal): -11501429 or 9142352. OLE color: 9142352.
HSL color Cylindrical-coordinate representation of color #50808B: hue angle of 191.19º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50808B is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 128 | 139 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.45 |
| HSL | 191.19º | 0.27% | 0.43% | - |
| HSV(B) | 191.19º | 0.42% | 0.55% | - |
| XYZ | 15.69 | 19.01 | 27.27 | - |
| YUV | 114.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 128 | 139 | 0.42 | 0.08 | 0 | 0.45 | 191.19 | 0.27 | 0.43 |
| Hex | 50 | 80 | 8B | 2A | 8 | 0 | 2D | BF | 1B | 2B |
| Octal | 120 | 200 | 213 | 52 | 10 | 0 | 55 | 277 | 33 | 53 |
| Binary | 1010000 | 10000000 | 10001011 | 101010 | 1000 | 0 | 101101 | 10111111 | 11011 | 101011 |
Color Harmonies of #50808B
Complementary color
Monochromatic Colors of #50808B
Black with #50808B
Text Example
Text Example
White with #50808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50808B; }
p { color: rgb(80,128,139); }
H1.HeaderClassName
{
color: #50808B;
}
.AnyTagClassName
{
color: #50808B;
}
</style>
background-color css
<style>
a { background-color: #50808B; }
a { background-color: rgb(80,128,139); }
div.DivClassName
{
background-color: #50808B;
}
.BgClassName
{
background-color: #50808B;
}
</style>
border-color css
<style>
span { border-color: #50808B; }
span { border-color: rgb(80,128,139); }
td.TdClassName
{
border-color: #50808B;
}
.TagClassName
{
border-color: #50808B;
}
</style>