Shades of Paradiso #517D85
Tints of Paradiso #517D85
RGB
CMYK
RGB Variations
Color information
#517D85 (or 0x517D85) is known color: Paradiso. HEX triplet: 51, 7D and 85. RGB value is (81,125,133). Sum of RGB (Red+Green+Blue) = 81+125+133=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #517D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D85 is #AE827A. Grayscale: #707070. Windows color (decimal): -11436667 or 8748369. OLE color: 8748369.
HSL color Cylindrical-coordinate representation of color #517D85: hue angle of 189.23º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517D85 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 125 | 133 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.48 |
| HSL | 189.23º | 0.24% | 0.42% | - |
| HSV(B) | 189.23º | 0.39% | 0.52% | - |
| XYZ | 14.96 | 18.11 | 24.9 | - |
| YUV | 112.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 133 | 0.39 | 0.06 | 0 | 0.48 | 189.23 | 0.24 | 0.42 |
| Hex | 51 | 7D | 85 | 27 | 6 | 0 | 30 | BD | 18 | 2A |
| Octal | 121 | 175 | 205 | 47 | 6 | 0 | 60 | 275 | 30 | 52 |
| Binary | 1010001 | 1111101 | 10000101 | 100111 | 110 | 0 | 110000 | 10111101 | 11000 | 101010 |
Color Harmonies of #517D85
Complementary color
Monochromatic Colors of #517D85
Black with #517D85
Text Example
Text Example
White with #517D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D85; }
p { color: rgb(81,125,133); }
H1.HeaderClassName
{
color: #517D85;
}
.AnyTagClassName
{
color: #517D85;
}
</style>
background-color css
<style>
a { background-color: #517D85; }
a { background-color: rgb(81,125,133); }
div.DivClassName
{
background-color: #517D85;
}
.BgClassName
{
background-color: #517D85;
}
</style>
border-color css
<style>
span { border-color: #517D85; }
span { border-color: rgb(81,125,133); }
td.TdClassName
{
border-color: #517D85;
}
.TagClassName
{
border-color: #517D85;
}
</style>