Shades of Paradiso #518483
Tints of Paradiso #518483
RGB
CMYK
RGB Variations
Color information
#518483 (or 0x518483) is known color: Paradiso. HEX triplet: 51, 84 and 83. RGB value is (81,132,131). Sum of RGB (Red+Green+Blue) = 81+132+131=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #518483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518483 is #AE7B7C. Grayscale: #747474. Windows color (decimal): -11434877 or 8619089. OLE color: 8619089.
HSL color Cylindrical-coordinate representation of color #518483: hue angle of 178.82º 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 #518483 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 131 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.48 |
| HSL | 178.82º | 0.24% | 0.42% | - |
| HSV(B) | 178.82º | 0.39% | 0.52% | - |
| XYZ | 15.74 | 19.89 | 24.48 | - |
| YUV | 116.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 131 | 0.39 | 0 | 0.01 | 0.48 | 178.82 | 0.24 | 0.42 |
| Hex | 51 | 84 | 83 | 27 | 0 | 1 | 30 | B3 | 18 | 2A |
| Octal | 121 | 204 | 203 | 47 | 0 | 1 | 60 | 263 | 30 | 52 |
| Binary | 1010001 | 10000100 | 10000011 | 100111 | 0 | 1 | 110000 | 10110011 | 11000 | 101010 |
Color Harmonies of #518483
Complementary color
Monochromatic Colors of #518483
Black with #518483
Text Example
Text Example
White with #518483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518483; }
p { color: rgb(81,132,131); }
H1.HeaderClassName
{
color: #518483;
}
.AnyTagClassName
{
color: #518483;
}
</style>
background-color css
<style>
a { background-color: #518483; }
a { background-color: rgb(81,132,131); }
div.DivClassName
{
background-color: #518483;
}
.BgClassName
{
background-color: #518483;
}
</style>
border-color css
<style>
span { border-color: #518483; }
span { border-color: rgb(81,132,131); }
td.TdClassName
{
border-color: #518483;
}
.TagClassName
{
border-color: #518483;
}
</style>