Shades of Paradiso #517A84
Tints of Paradiso #517A84
RGB
CMYK
RGB Variations
Color information
#517A84 (or 0x517A84) is known color: Paradiso. HEX triplet: 51, 7A and 84. RGB value is (81,122,132). Sum of RGB (Red+Green+Blue) = 81+122+132=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #517A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A84 is #AE857B. Grayscale: #6E6E6E. Windows color (decimal): -11437436 or 8682065. OLE color: 8682065.
HSL color Cylindrical-coordinate representation of color #517A84: hue angle of 191.76º 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 #517A84 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 122 | 132 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.48 |
| HSL | 191.76º | 0.24% | 0.42% | - |
| HSV(B) | 191.76º | 0.39% | 0.52% | - |
| XYZ | 14.52 | 17.33 | 24.41 | - |
| YUV | 110.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 132 | 0.39 | 0.08 | 0 | 0.48 | 191.76 | 0.24 | 0.42 |
| Hex | 51 | 7A | 84 | 27 | 8 | 0 | 30 | C0 | 18 | 2A |
| Octal | 121 | 172 | 204 | 47 | 10 | 0 | 60 | 300 | 30 | 52 |
| Binary | 1010001 | 1111010 | 10000100 | 100111 | 1000 | 0 | 110000 | 11000000 | 11000 | 101010 |
Color Harmonies of #517A84
Complementary color
Monochromatic Colors of #517A84
Black with #517A84
Text Example
Text Example
White with #517A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A84; }
p { color: rgb(81,122,132); }
H1.HeaderClassName
{
color: #517A84;
}
.AnyTagClassName
{
color: #517A84;
}
</style>
background-color css
<style>
a { background-color: #517A84; }
a { background-color: rgb(81,122,132); }
div.DivClassName
{
background-color: #517A84;
}
.BgClassName
{
background-color: #517A84;
}
</style>
border-color css
<style>
span { border-color: #517A84; }
span { border-color: rgb(81,122,132); }
td.TdClassName
{
border-color: #517A84;
}
.TagClassName
{
border-color: #517A84;
}
</style>