Shades of Paradiso #507E7F
Tints of Paradiso #507E7F
RGB
CMYK
RGB Variations
Color information
#507E7F (or 0x507E7F) is known color: Paradiso. HEX triplet: 50, 7E and 7F. RGB value is (80,126,127). Sum of RGB (Red+Green+Blue) = 80+126+127=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #507E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507E7F is #AF8180. Grayscale: #707070. Windows color (decimal): -11501953 or 8355408. OLE color: 8355408.
HSL color Cylindrical-coordinate representation of color #507E7F: hue angle of 181.28º 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 #507E7F is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 126 | 127 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.50 |
| HSL | 181.28º | 0.23% | 0.41% | - |
| HSV(B) | 181.28º | 0.37% | 0.5% | - |
| XYZ | 14.6 | 18.16 | 22.81 | - |
| YUV | 112.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 127 | 0.37 | 0.01 | 0 | 0.50 | 181.28 | 0.23 | 0.41 |
| Hex | 50 | 7E | 7F | 25 | 1 | 0 | 32 | B5 | 17 | 29 |
| Octal | 120 | 176 | 177 | 45 | 1 | 0 | 62 | 265 | 27 | 51 |
| Binary | 1010000 | 1111110 | 1111111 | 100101 | 1 | 0 | 110010 | 10110101 | 10111 | 101001 |
Color Harmonies of #507E7F
Complementary color
Monochromatic Colors of #507E7F
Black with #507E7F
Text Example
Text Example
White with #507E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E7F; }
p { color: rgb(80,126,127); }
H1.HeaderClassName
{
color: #507E7F;
}
.AnyTagClassName
{
color: #507E7F;
}
</style>
background-color css
<style>
a { background-color: #507E7F; }
a { background-color: rgb(80,126,127); }
div.DivClassName
{
background-color: #507E7F;
}
.BgClassName
{
background-color: #507E7F;
}
</style>
border-color css
<style>
span { border-color: #507E7F; }
span { border-color: rgb(80,126,127); }
td.TdClassName
{
border-color: #507E7F;
}
.TagClassName
{
border-color: #507E7F;
}
</style>