Shades of Paradiso #518288
Tints of Paradiso #518288
RGB
CMYK
RGB Variations
Color information
#518288 (or 0x518288) is known color: Paradiso. HEX triplet: 51, 82 and 88. RGB value is (81,130,136). Sum of RGB (Red+Green+Blue) = 81+130+136=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #518288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518288 is #AE7D77. Grayscale: #737373. Windows color (decimal): -11435384 or 8946257. OLE color: 8946257.
HSL color Cylindrical-coordinate representation of color #518288: hue angle of 186.55º 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 #518288 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 130 | 136 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.47 |
| HSL | 186.55º | 0.25% | 0.43% | - |
| HSV(B) | 186.55º | 0.4% | 0.53% | - |
| XYZ | 15.82 | 19.49 | 26.22 | - |
| YUV | 116.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 136 | 0.40 | 0.04 | 0 | 0.47 | 186.55 | 0.25 | 0.43 |
| Hex | 51 | 82 | 88 | 28 | 4 | 0 | 2F | BB | 19 | 2B |
| Octal | 121 | 202 | 210 | 50 | 4 | 0 | 57 | 273 | 31 | 53 |
| Binary | 1010001 | 10000010 | 10001000 | 101000 | 100 | 0 | 101111 | 10111011 | 11001 | 101011 |
Color Harmonies of #518288
Complementary color
Monochromatic Colors of #518288
Black with #518288
Text Example
Text Example
White with #518288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518288; }
p { color: rgb(81,130,136); }
H1.HeaderClassName
{
color: #518288;
}
.AnyTagClassName
{
color: #518288;
}
</style>
background-color css
<style>
a { background-color: #518288; }
a { background-color: rgb(81,130,136); }
div.DivClassName
{
background-color: #518288;
}
.BgClassName
{
background-color: #518288;
}
</style>
border-color css
<style>
span { border-color: #518288; }
span { border-color: rgb(81,130,136); }
td.TdClassName
{
border-color: #518288;
}
.TagClassName
{
border-color: #518288;
}
</style>