Shades of Paradiso #508188
Tints of Paradiso #508188
RGB
CMYK
RGB Variations
Color information
#508188 (or 0x508188) is known color: Paradiso. HEX triplet: 50, 81 and 88. RGB value is (80,129,136). Sum of RGB (Red+Green+Blue) = 80+129+136=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #508188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508188 is #AF7E77. Grayscale: #737373. Windows color (decimal): -11501176 or 8946000. OLE color: 8946000.
HSL color Cylindrical-coordinate representation of color #508188: hue angle of 187.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508188 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 129 | 136 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.47 |
| HSL | 187.5º | 0.26% | 0.42% | - |
| HSV(B) | 187.5º | 0.41% | 0.53% | - |
| XYZ | 15.6 | 19.18 | 26.17 | - |
| YUV | 115.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 136 | 0.41 | 0.05 | 0 | 0.47 | 187.5 | 0.26 | 0.42 |
| Hex | 50 | 81 | 88 | 29 | 5 | 0 | 2F | BC | 1A | 2A |
| Octal | 120 | 201 | 210 | 51 | 5 | 0 | 57 | 274 | 32 | 52 |
| Binary | 1010000 | 10000001 | 10001000 | 101001 | 101 | 0 | 101111 | 10111100 | 11010 | 101010 |
Color Harmonies of #508188
Complementary color
Monochromatic Colors of #508188
Black with #508188
Text Example
Text Example
White with #508188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508188; }
p { color: rgb(80,129,136); }
H1.HeaderClassName
{
color: #508188;
}
.AnyTagClassName
{
color: #508188;
}
</style>
background-color css
<style>
a { background-color: #508188; }
a { background-color: rgb(80,129,136); }
div.DivClassName
{
background-color: #508188;
}
.BgClassName
{
background-color: #508188;
}
</style>
border-color css
<style>
span { border-color: #508188; }
span { border-color: rgb(80,129,136); }
td.TdClassName
{
border-color: #508188;
}
.TagClassName
{
border-color: #508188;
}
</style>