Shades of Paradiso #507F85
Tints of Paradiso #507F85
RGB
CMYK
RGB Variations
Color information
#507F85 (or 0x507F85) is known color: Paradiso. HEX triplet: 50, 7F and 85. RGB value is (80,127,133). Sum of RGB (Red+Green+Blue) = 80+127+133=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #507F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F85 is #AF807A. Grayscale: #717171. Windows color (decimal): -11501691 or 8748880. OLE color: 8748880.
HSL color Cylindrical-coordinate representation of color #507F85: hue angle of 186.79º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507F85 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 127 | 133 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.48 |
| HSL | 186.79º | 0.25% | 0.42% | - |
| HSV(B) | 186.79º | 0.4% | 0.52% | - |
| XYZ | 15.13 | 18.58 | 24.98 | - |
| YUV | 113.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 133 | 0.40 | 0.05 | 0 | 0.48 | 186.79 | 0.25 | 0.42 |
| Hex | 50 | 7F | 85 | 28 | 5 | 0 | 30 | BB | 19 | 2A |
| Octal | 120 | 177 | 205 | 50 | 5 | 0 | 60 | 273 | 31 | 52 |
| Binary | 1010000 | 1111111 | 10000101 | 101000 | 101 | 0 | 110000 | 10111011 | 11001 | 101010 |
Color Harmonies of #507F85
Complementary color
Monochromatic Colors of #507F85
Black with #507F85
Text Example
Text Example
White with #507F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F85; }
p { color: rgb(80,127,133); }
H1.HeaderClassName
{
color: #507F85;
}
.AnyTagClassName
{
color: #507F85;
}
</style>
background-color css
<style>
a { background-color: #507F85; }
a { background-color: rgb(80,127,133); }
div.DivClassName
{
background-color: #507F85;
}
.BgClassName
{
background-color: #507F85;
}
</style>
border-color css
<style>
span { border-color: #507F85; }
span { border-color: rgb(80,127,133); }
td.TdClassName
{
border-color: #507F85;
}
.TagClassName
{
border-color: #507F85;
}
</style>