Shades of Paradiso #517F88
Tints of Paradiso #517F88
RGB
CMYK
RGB Variations
Color information
#517F88 (or 0x517F88) is known color: Paradiso. HEX triplet: 51, 7F and 88. RGB value is (81,127,136). Sum of RGB (Red+Green+Blue) = 81+127+136=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #517F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F88 is #AE8077. Grayscale: #727272. Windows color (decimal): -11436152 or 8945489. OLE color: 8945489.
HSL color Cylindrical-coordinate representation of color #517F88: hue angle of 189.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517F88 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 127 | 136 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.47 |
| HSL | 189.82º | 0.25% | 0.43% | - |
| HSV(B) | 189.82º | 0.4% | 0.53% | - |
| XYZ | 15.43 | 18.71 | 26.09 | - |
| YUV | 114.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 127 | 136 | 0.40 | 0.07 | 0 | 0.47 | 189.82 | 0.25 | 0.43 |
| Hex | 51 | 7F | 88 | 28 | 7 | 0 | 2F | BE | 19 | 2B |
| Octal | 121 | 177 | 210 | 50 | 7 | 0 | 57 | 276 | 31 | 53 |
| Binary | 1010001 | 1111111 | 10001000 | 101000 | 111 | 0 | 101111 | 10111110 | 11001 | 101011 |
Color Harmonies of #517F88
Complementary color
Monochromatic Colors of #517F88
Black with #517F88
Text Example
Text Example
White with #517F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517F88; }
p { color: rgb(81,127,136); }
H1.HeaderClassName
{
color: #517F88;
}
.AnyTagClassName
{
color: #517F88;
}
</style>
background-color css
<style>
a { background-color: #517F88; }
a { background-color: rgb(81,127,136); }
div.DivClassName
{
background-color: #517F88;
}
.BgClassName
{
background-color: #517F88;
}
</style>
border-color css
<style>
span { border-color: #517F88; }
span { border-color: rgb(81,127,136); }
td.TdClassName
{
border-color: #517F88;
}
.TagClassName
{
border-color: #517F88;
}
</style>