Shades of Paradiso #517D86
Tints of Paradiso #517D86
RGB
CMYK
RGB Variations
Color information
#517D86 (or 0x517D86) is known color: Paradiso. HEX triplet: 51, 7D and 86. RGB value is (81,125,134). Sum of RGB (Red+Green+Blue) = 81+125+134=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #517D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D86 is #AE8279. Grayscale: #707070. Windows color (decimal): -11436666 or 8813905. OLE color: 8813905.
HSL color Cylindrical-coordinate representation of color #517D86: hue angle of 190.19º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517D86 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 125 | 134 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.47 |
| HSL | 190.19º | 0.25% | 0.42% | - |
| HSV(B) | 190.19º | 0.4% | 0.53% | - |
| XYZ | 15.03 | 18.14 | 25.26 | - |
| YUV | 112.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 134 | 0.40 | 0.07 | 0 | 0.47 | 190.19 | 0.25 | 0.42 |
| Hex | 51 | 7D | 86 | 28 | 7 | 0 | 2F | BE | 19 | 2A |
| Octal | 121 | 175 | 206 | 50 | 7 | 0 | 57 | 276 | 31 | 52 |
| Binary | 1010001 | 1111101 | 10000110 | 101000 | 111 | 0 | 101111 | 10111110 | 11001 | 101010 |
Color Harmonies of #517D86
Complementary color
Monochromatic Colors of #517D86
Black with #517D86
Text Example
Text Example
White with #517D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D86; }
p { color: rgb(81,125,134); }
H1.HeaderClassName
{
color: #517D86;
}
.AnyTagClassName
{
color: #517D86;
}
</style>
background-color css
<style>
a { background-color: #517D86; }
a { background-color: rgb(81,125,134); }
div.DivClassName
{
background-color: #517D86;
}
.BgClassName
{
background-color: #517D86;
}
</style>
border-color css
<style>
span { border-color: #517D86; }
span { border-color: rgb(81,125,134); }
td.TdClassName
{
border-color: #517D86;
}
.TagClassName
{
border-color: #517D86;
}
</style>