Shades of Paradiso #507C85
Tints of Paradiso #507C85
RGB
CMYK
RGB Variations
Color information
#507C85 (or 0x507C85) is known color: Paradiso. HEX triplet: 50, 7C and 85. RGB value is (80,124,133). Sum of RGB (Red+Green+Blue) = 80+124+133=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #507C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C85 is #AF837A. Grayscale: #6F6F6F. Windows color (decimal): -11502459 or 8748112. OLE color: 8748112.
HSL color Cylindrical-coordinate representation of color #507C85: hue angle of 190.19º 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 #507C85 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 124 | 133 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.48 |
| HSL | 190.19º | 0.25% | 0.42% | - |
| HSV(B) | 190.19º | 0.4% | 0.52% | - |
| XYZ | 14.75 | 17.81 | 24.85 | - |
| YUV | 111.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 133 | 0.40 | 0.07 | 0 | 0.48 | 190.19 | 0.25 | 0.42 |
| Hex | 50 | 7C | 85 | 28 | 7 | 0 | 30 | BE | 19 | 2A |
| Octal | 120 | 174 | 205 | 50 | 7 | 0 | 60 | 276 | 31 | 52 |
| Binary | 1010000 | 1111100 | 10000101 | 101000 | 111 | 0 | 110000 | 10111110 | 11001 | 101010 |
Color Harmonies of #507C85
Complementary color
Monochromatic Colors of #507C85
Black with #507C85
Text Example
Text Example
White with #507C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C85; }
p { color: rgb(80,124,133); }
H1.HeaderClassName
{
color: #507C85;
}
.AnyTagClassName
{
color: #507C85;
}
</style>
background-color css
<style>
a { background-color: #507C85; }
a { background-color: rgb(80,124,133); }
div.DivClassName
{
background-color: #507C85;
}
.BgClassName
{
background-color: #507C85;
}
</style>
border-color css
<style>
span { border-color: #507C85; }
span { border-color: rgb(80,124,133); }
td.TdClassName
{
border-color: #507C85;
}
.TagClassName
{
border-color: #507C85;
}
</style>