Shades of Paradiso #517C83
Tints of Paradiso #517C83
RGB
CMYK
RGB Variations
Color information
#517C83 (or 0x517C83) is known color: Paradiso. HEX triplet: 51, 7C and 83. RGB value is (81,124,131). Sum of RGB (Red+Green+Blue) = 81+124+131=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #517C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C83 is #AE837C. Grayscale: #6F6F6F. Windows color (decimal): -11436925 or 8617041. OLE color: 8617041.
HSL color Cylindrical-coordinate representation of color #517C83: hue angle of 188.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #517C83 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 124 | 131 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.49 |
| HSL | 188.4º | 0.24% | 0.42% | - |
| HSV(B) | 188.4º | 0.38% | 0.51% | - |
| XYZ | 14.7 | 17.8 | 24.13 | - |
| YUV | 111.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 124 | 131 | 0.38 | 0.05 | 0 | 0.49 | 188.4 | 0.24 | 0.42 |
| Hex | 51 | 7C | 83 | 26 | 5 | 0 | 31 | BC | 18 | 2A |
| Octal | 121 | 174 | 203 | 46 | 5 | 0 | 61 | 274 | 30 | 52 |
| Binary | 1010001 | 1111100 | 10000011 | 100110 | 101 | 0 | 110001 | 10111100 | 11000 | 101010 |
Color Harmonies of #517C83
Complementary color
Monochromatic Colors of #517C83
Black with #517C83
Text Example
Text Example
White with #517C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517C83; }
p { color: rgb(81,124,131); }
H1.HeaderClassName
{
color: #517C83;
}
.AnyTagClassName
{
color: #517C83;
}
</style>
background-color css
<style>
a { background-color: #517C83; }
a { background-color: rgb(81,124,131); }
div.DivClassName
{
background-color: #517C83;
}
.BgClassName
{
background-color: #517C83;
}
</style>
border-color css
<style>
span { border-color: #517C83; }
span { border-color: rgb(81,124,131); }
td.TdClassName
{
border-color: #517C83;
}
.TagClassName
{
border-color: #517C83;
}
</style>