Shades of Paradiso #517D82
Tints of Paradiso #517D82
RGB
CMYK
RGB Variations
Color information
#517D82 (or 0x517D82) is known color: Paradiso. HEX triplet: 51, 7D and 82. RGB value is (81,125,130). Sum of RGB (Red+Green+Blue) = 81+125+130=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #517D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D82 is #AE827D. Grayscale: #707070. Windows color (decimal): -11436670 or 8551761. OLE color: 8551761.
HSL color Cylindrical-coordinate representation of color #517D82: hue angle of 186.12º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517D82 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 125 | 130 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.49 |
| HSL | 186.12º | 0.23% | 0.41% | - |
| HSV(B) | 186.12º | 0.38% | 0.51% | - |
| XYZ | 14.76 | 18.03 | 23.82 | - |
| YUV | 112.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 130 | 0.38 | 0.04 | 0 | 0.49 | 186.12 | 0.23 | 0.41 |
| Hex | 51 | 7D | 82 | 26 | 4 | 0 | 31 | BA | 17 | 29 |
| Octal | 121 | 175 | 202 | 46 | 4 | 0 | 61 | 272 | 27 | 51 |
| Binary | 1010001 | 1111101 | 10000010 | 100110 | 100 | 0 | 110001 | 10111010 | 10111 | 101001 |
Color Harmonies of #517D82
Complementary color
Monochromatic Colors of #517D82
Black with #517D82
Text Example
Text Example
White with #517D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D82; }
p { color: rgb(81,125,130); }
H1.HeaderClassName
{
color: #517D82;
}
.AnyTagClassName
{
color: #517D82;
}
</style>
background-color css
<style>
a { background-color: #517D82; }
a { background-color: rgb(81,125,130); }
div.DivClassName
{
background-color: #517D82;
}
.BgClassName
{
background-color: #517D82;
}
</style>
border-color css
<style>
span { border-color: #517D82; }
span { border-color: rgb(81,125,130); }
td.TdClassName
{
border-color: #517D82;
}
.TagClassName
{
border-color: #517D82;
}
</style>