Shades of Paradiso #507D86
Tints of Paradiso #507D86
RGB
CMYK
RGB Variations
Color information
#507D86 (or 0x507D86) is known color: Paradiso. HEX triplet: 50, 7D and 86. RGB value is (80,125,134). Sum of RGB (Red+Green+Blue) = 80+125+134=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #507D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D86 is #AF8279. Grayscale: #707070. Windows color (decimal): -11502202 or 8813904. OLE color: 8813904.
HSL color Cylindrical-coordinate representation of color #507D86: hue angle of 190º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507D86 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 125 | 134 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.47 |
| HSL | 190º | 0.25% | 0.42% | - |
| HSV(B) | 190º | 0.4% | 0.53% | - |
| XYZ | 14.94 | 18.09 | 25.26 | - |
| YUV | 112.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 134 | 0.40 | 0.07 | 0 | 0.47 | 190 | 0.25 | 0.42 |
| Hex | 50 | 7D | 86 | 28 | 7 | 0 | 2F | BE | 19 | 2A |
| Octal | 120 | 175 | 206 | 50 | 7 | 0 | 57 | 276 | 31 | 52 |
| Binary | 1010000 | 1111101 | 10000110 | 101000 | 111 | 0 | 101111 | 10111110 | 11001 | 101010 |
Color Harmonies of #507D86
Complementary color
Monochromatic Colors of #507D86
Black with #507D86
Text Example
Text Example
White with #507D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D86; }
p { color: rgb(80,125,134); }
H1.HeaderClassName
{
color: #507D86;
}
.AnyTagClassName
{
color: #507D86;
}
</style>
background-color css
<style>
a { background-color: #507D86; }
a { background-color: rgb(80,125,134); }
div.DivClassName
{
background-color: #507D86;
}
.BgClassName
{
background-color: #507D86;
}
</style>
border-color css
<style>
span { border-color: #507D86; }
span { border-color: rgb(80,125,134); }
td.TdClassName
{
border-color: #507D86;
}
.TagClassName
{
border-color: #507D86;
}
</style>