Shades of Paradiso #518181
Tints of Paradiso #518181
RGB
CMYK
RGB Variations
Color information
#518181 (or 0x518181) is known color: Paradiso. HEX triplet: 51, 81 and 81. RGB value is (81,129,129). Sum of RGB (Red+Green+Blue) = 81+129+129=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #518181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518181 is #AE7E7E. Grayscale: #727272. Windows color (decimal): -11435647 or 8487249. OLE color: 8487249.
HSL color Cylindrical-coordinate representation of color #518181: hue angle of 180º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #518181 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 129 | - |
| CMYK | 0.37 | 0 | 0 | 0.49 |
| HSL | 180º | 0.23% | 0.41% | - |
| HSV(B) | 180º | 0.37% | 0.51% | - |
| XYZ | 15.21 | 19.03 | 23.64 | - |
| YUV | 114.65 | 136.1 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 129 | 0.37 | 0 | 0 | 0.49 | 180 | 0.23 | 0.41 |
| Hex | 51 | 81 | 81 | 25 | 0 | 0 | 31 | B4 | 17 | 29 |
| Octal | 121 | 201 | 201 | 45 | 0 | 0 | 61 | 264 | 27 | 51 |
| Binary | 1010001 | 10000001 | 10000001 | 100101 | 0 | 0 | 110001 | 10110100 | 10111 | 101001 |
Color Harmonies of #518181
Complementary color
Monochromatic Colors of #518181
Black with #518181
Text Example
Text Example
White with #518181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518181; }
p { color: rgb(81,129,129); }
H1.HeaderClassName
{
color: #518181;
}
.AnyTagClassName
{
color: #518181;
}
</style>
background-color css
<style>
a { background-color: #518181; }
a { background-color: rgb(81,129,129); }
div.DivClassName
{
background-color: #518181;
}
.BgClassName
{
background-color: #518181;
}
</style>
border-color css
<style>
span { border-color: #518181; }
span { border-color: rgb(81,129,129); }
td.TdClassName
{
border-color: #518181;
}
.TagClassName
{
border-color: #518181;
}
</style>