Shades of Paradiso #517D81
Tints of Paradiso #517D81
RGB
CMYK
RGB Variations
Color information
#517D81 (or 0x517D81) is known color: Paradiso. HEX triplet: 51, 7D and 81. RGB value is (81,125,129). Sum of RGB (Red+Green+Blue) = 81+125+129=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 129 - color contains mainly: blue. Hex color #517D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D81 is #AE827E. Grayscale: #707070. Windows color (decimal): -11436671 or 8486225. OLE color: 8486225.
HSL color Cylindrical-coordinate representation of color #517D81: hue angle of 185º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517D81 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 125 | 129 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.49 |
| HSL | 185º | 0.23% | 0.41% | - |
| HSV(B) | 185º | 0.37% | 0.51% | - |
| XYZ | 14.69 | 18 | 23.47 | - |
| YUV | 112.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 129 | 0.37 | 0.03 | 0 | 0.49 | 185 | 0.23 | 0.41 |
| Hex | 51 | 7D | 81 | 25 | 3 | 0 | 31 | B9 | 17 | 29 |
| Octal | 121 | 175 | 201 | 45 | 3 | 0 | 61 | 271 | 27 | 51 |
| Binary | 1010001 | 1111101 | 10000001 | 100101 | 11 | 0 | 110001 | 10111001 | 10111 | 101001 |
Color Harmonies of #517D81
Complementary color
Monochromatic Colors of #517D81
Black with #517D81
Text Example
Text Example
White with #517D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D81; }
p { color: rgb(81,125,129); }
H1.HeaderClassName
{
color: #517D81;
}
.AnyTagClassName
{
color: #517D81;
}
</style>
background-color css
<style>
a { background-color: #517D81; }
a { background-color: rgb(81,125,129); }
div.DivClassName
{
background-color: #517D81;
}
.BgClassName
{
background-color: #517D81;
}
</style>
border-color css
<style>
span { border-color: #517D81; }
span { border-color: rgb(81,125,129); }
td.TdClassName
{
border-color: #517D81;
}
.TagClassName
{
border-color: #517D81;
}
</style>