Shades of Paradiso #518184
Tints of Paradiso #518184
RGB
CMYK
RGB Variations
Color information
#518184 (or 0x518184) is known color: Paradiso. HEX triplet: 51, 81 and 84. RGB value is (81,129,132). Sum of RGB (Red+Green+Blue) = 81+129+132=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: blue. Hex color #518184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518184 is #AE7E7B. Grayscale: #727272. Windows color (decimal): -11435644 or 8683857. OLE color: 8683857.
HSL color Cylindrical-coordinate representation of color #518184: hue angle of 183.53º 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 #518184 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 129 | 132 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.48 |
| HSL | 183.53º | 0.24% | 0.42% | - |
| HSV(B) | 183.53º | 0.39% | 0.52% | - |
| XYZ | 15.41 | 19.12 | 24.71 | - |
| YUV | 114.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 132 | 0.39 | 0.02 | 0 | 0.48 | 183.53 | 0.24 | 0.42 |
| Hex | 51 | 81 | 84 | 27 | 2 | 0 | 30 | B8 | 18 | 2A |
| Octal | 121 | 201 | 204 | 47 | 2 | 0 | 60 | 270 | 30 | 52 |
| Binary | 1010001 | 10000001 | 10000100 | 100111 | 10 | 0 | 110000 | 10111000 | 11000 | 101010 |
Color Harmonies of #518184
Complementary color
Monochromatic Colors of #518184
Black with #518184
Text Example
Text Example
White with #518184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518184; }
p { color: rgb(81,129,132); }
H1.HeaderClassName
{
color: #518184;
}
.AnyTagClassName
{
color: #518184;
}
</style>
background-color css
<style>
a { background-color: #518184; }
a { background-color: rgb(81,129,132); }
div.DivClassName
{
background-color: #518184;
}
.BgClassName
{
background-color: #518184;
}
</style>
border-color css
<style>
span { border-color: #518184; }
span { border-color: rgb(81,129,132); }
td.TdClassName
{
border-color: #518184;
}
.TagClassName
{
border-color: #518184;
}
</style>