Shades of Paradiso #507E87
Tints of Paradiso #507E87
RGB
CMYK
RGB Variations
Color information
#507E87 (or 0x507E87) is known color: Paradiso. HEX triplet: 50, 7E and 87. RGB value is (80,126,135). Sum of RGB (Red+Green+Blue) = 80+126+135=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #507E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507E87 is #AF8178. Grayscale: #717171. Windows color (decimal): -11501945 or 8879696. OLE color: 8879696.
HSL color Cylindrical-coordinate representation of color #507E87: hue angle of 189.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507E87 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 126 | 135 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.47 |
| HSL | 189.82º | 0.26% | 0.42% | - |
| HSV(B) | 189.82º | 0.41% | 0.53% | - |
| XYZ | 15.14 | 18.38 | 25.67 | - |
| YUV | 113.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 135 | 0.41 | 0.07 | 0 | 0.47 | 189.82 | 0.26 | 0.42 |
| Hex | 50 | 7E | 87 | 29 | 7 | 0 | 2F | BE | 1A | 2A |
| Octal | 120 | 176 | 207 | 51 | 7 | 0 | 57 | 276 | 32 | 52 |
| Binary | 1010000 | 1111110 | 10000111 | 101001 | 111 | 0 | 101111 | 10111110 | 11010 | 101010 |
Color Harmonies of #507E87
Complementary color
Monochromatic Colors of #507E87
Black with #507E87
Text Example
Text Example
White with #507E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E87; }
p { color: rgb(80,126,135); }
H1.HeaderClassName
{
color: #507E87;
}
.AnyTagClassName
{
color: #507E87;
}
</style>
background-color css
<style>
a { background-color: #507E87; }
a { background-color: rgb(80,126,135); }
div.DivClassName
{
background-color: #507E87;
}
.BgClassName
{
background-color: #507E87;
}
</style>
border-color css
<style>
span { border-color: #507E87; }
span { border-color: rgb(80,126,135); }
td.TdClassName
{
border-color: #507E87;
}
.TagClassName
{
border-color: #507E87;
}
</style>