Shades of Paradiso #507D85
Tints of Paradiso #507D85
RGB
CMYK
RGB Variations
Color information
#507D85 (or 0x507D85) is known color: Paradiso. HEX triplet: 50, 7D and 85. RGB value is (80,125,133). Sum of RGB (Red+Green+Blue) = 80+125+133=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #507D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507D85 is #AF827A. Grayscale: #707070. Windows color (decimal): -11502203 or 8748368. OLE color: 8748368.
HSL color Cylindrical-coordinate representation of color #507D85: hue angle of 189.06º 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 #507D85 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 125 | 133 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.48 |
| HSL | 189.06º | 0.25% | 0.42% | - |
| HSV(B) | 189.06º | 0.4% | 0.52% | - |
| XYZ | 14.88 | 18.07 | 24.89 | - |
| YUV | 112.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 133 | 0.40 | 0.06 | 0 | 0.48 | 189.06 | 0.25 | 0.42 |
| Hex | 50 | 7D | 85 | 28 | 6 | 0 | 30 | BD | 19 | 2A |
| Octal | 120 | 175 | 205 | 50 | 6 | 0 | 60 | 275 | 31 | 52 |
| Binary | 1010000 | 1111101 | 10000101 | 101000 | 110 | 0 | 110000 | 10111101 | 11001 | 101010 |
Color Harmonies of #507D85
Complementary color
Monochromatic Colors of #507D85
Black with #507D85
Text Example
Text Example
White with #507D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D85; }
p { color: rgb(80,125,133); }
H1.HeaderClassName
{
color: #507D85;
}
.AnyTagClassName
{
color: #507D85;
}
</style>
background-color css
<style>
a { background-color: #507D85; }
a { background-color: rgb(80,125,133); }
div.DivClassName
{
background-color: #507D85;
}
.BgClassName
{
background-color: #507D85;
}
</style>
border-color css
<style>
span { border-color: #507D85; }
span { border-color: rgb(80,125,133); }
td.TdClassName
{
border-color: #507D85;
}
.TagClassName
{
border-color: #507D85;
}
</style>