Shades of Paradiso #508181
Tints of Paradiso #508181
RGB
CMYK
RGB Variations
Color information
#508181 (or 0x508181) is known color: Paradiso. HEX triplet: 50, 81 and 81. RGB value is (80,129,129). Sum of RGB (Red+Green+Blue) = 80+129+129=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #508181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508181 is #AF7E7E. Grayscale: #727272. Windows color (decimal): -11501183 or 8487248. OLE color: 8487248.
HSL color Cylindrical-coordinate representation of color #508181: 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.38%. Process color model (Four color, CMYK) of #508181 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 129 | - |
| CMYK | 0.38 | 0 | 0 | 0.49 |
| HSL | 180º | 0.23% | 0.41% | - |
| HSV(B) | 180º | 0.38% | 0.51% | - |
| XYZ | 15.12 | 18.99 | 23.64 | - |
| YUV | 114.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 129 | 0.38 | 0 | 0 | 0.49 | 180 | 0.23 | 0.41 |
| Hex | 50 | 81 | 81 | 26 | 0 | 0 | 31 | B4 | 17 | 29 |
| Octal | 120 | 201 | 201 | 46 | 0 | 0 | 61 | 264 | 27 | 51 |
| Binary | 1010000 | 10000001 | 10000001 | 100110 | 0 | 0 | 110001 | 10110100 | 10111 | 101001 |
Color Harmonies of #508181
Complementary color
Monochromatic Colors of #508181
Black with #508181
Text Example
Text Example
White with #508181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508181; }
p { color: rgb(80,129,129); }
H1.HeaderClassName
{
color: #508181;
}
.AnyTagClassName
{
color: #508181;
}
</style>
background-color css
<style>
a { background-color: #508181; }
a { background-color: rgb(80,129,129); }
div.DivClassName
{
background-color: #508181;
}
.BgClassName
{
background-color: #508181;
}
</style>
border-color css
<style>
span { border-color: #508181; }
span { border-color: rgb(80,129,129); }
td.TdClassName
{
border-color: #508181;
}
.TagClassName
{
border-color: #508181;
}
</style>