Shades of Paradiso #517F82
Tints of Paradiso #517F82
RGB
CMYK
RGB Variations
Color information
#517F82 (or 0x517F82) is known color: Paradiso. HEX triplet: 51, 7F and 82. RGB value is (81,127,130). Sum of RGB (Red+Green+Blue) = 81+127+130=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #517F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F82 is #AE807D. Grayscale: #717171. Windows color (decimal): -11436158 or 8552273. OLE color: 8552273.
HSL color Cylindrical-coordinate representation of color #517F82: hue angle of 183.67º 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 #517F82 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 127 | 130 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.49 |
| HSL | 183.67º | 0.23% | 0.41% | - |
| HSV(B) | 183.67º | 0.38% | 0.51% | - |
| XYZ | 15.01 | 18.54 | 23.91 | - |
| YUV | 113.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 130 | 0.38 | 0.02 | 0 | 0.49 | 183.67 | 0.23 | 0.41 |
| Hex | 51 | 7F | 82 | 26 | 2 | 0 | 31 | B8 | 17 | 29 |
| Octal | 121 | 177 | 202 | 46 | 2 | 0 | 61 | 270 | 27 | 51 |
| Binary | 1010001 | 1111111 | 10000010 | 100110 | 10 | 0 | 110001 | 10111000 | 10111 | 101001 |
Color Harmonies of #517F82
Complementary color
Monochromatic Colors of #517F82
Black with #517F82
Text Example
Text Example
White with #517F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F82; }
p { color: rgb(81,127,130); }
H1.HeaderClassName
{
color: #517F82;
}
.AnyTagClassName
{
color: #517F82;
}
</style>
background-color css
<style>
a { background-color: #517F82; }
a { background-color: rgb(81,127,130); }
div.DivClassName
{
background-color: #517F82;
}
.BgClassName
{
background-color: #517F82;
}
</style>
border-color css
<style>
span { border-color: #517F82; }
span { border-color: rgb(81,127,130); }
td.TdClassName
{
border-color: #517F82;
}
.TagClassName
{
border-color: #517F82;
}
</style>