Shades of Paradiso #517882
Tints of Paradiso #517882
RGB
CMYK
RGB Variations
Color information
#517882 (or 0x517882) is known color: Paradiso. HEX triplet: 51, 78 and 82. RGB value is (81,120,130). Sum of RGB (Red+Green+Blue) = 81+120+130=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #517882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517882 is #AE877D. Grayscale: #6D6D6D. Windows color (decimal): -11437950 or 8550481. OLE color: 8550481.
HSL color Cylindrical-coordinate representation of color #517882: hue angle of 192.24º 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 #517882 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 120 | 130 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.49 |
| HSL | 192.24º | 0.23% | 0.41% | - |
| HSV(B) | 192.24º | 0.38% | 0.51% | - |
| XYZ | 14.14 | 16.79 | 23.62 | - |
| YUV | 109.48 | 139.58 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 130 | 0.38 | 0.08 | 0 | 0.49 | 192.24 | 0.23 | 0.41 |
| Hex | 51 | 78 | 82 | 26 | 8 | 0 | 31 | C0 | 17 | 29 |
| Octal | 121 | 170 | 202 | 46 | 10 | 0 | 61 | 300 | 27 | 51 |
| Binary | 1010001 | 1111000 | 10000010 | 100110 | 1000 | 0 | 110001 | 11000000 | 10111 | 101001 |
Color Harmonies of #517882
Complementary color
Monochromatic Colors of #517882
Black with #517882
Text Example
Text Example
White with #517882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517882; }
p { color: rgb(81,120,130); }
H1.HeaderClassName
{
color: #517882;
}
.AnyTagClassName
{
color: #517882;
}
</style>
background-color css
<style>
a { background-color: #517882; }
a { background-color: rgb(81,120,130); }
div.DivClassName
{
background-color: #517882;
}
.BgClassName
{
background-color: #517882;
}
</style>
border-color css
<style>
span { border-color: #517882; }
span { border-color: rgb(81,120,130); }
td.TdClassName
{
border-color: #517882;
}
.TagClassName
{
border-color: #517882;
}
</style>