Shades of Paradiso #508589
Tints of Paradiso #508589
RGB
CMYK
RGB Variations
Color information
#508589 (or 0x508589) is known color: Paradiso. HEX triplet: 50, 85 and 89. RGB value is (80,133,137). Sum of RGB (Red+Green+Blue) = 80+133+137=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 137 - color contains mainly: blue. Hex color #508589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508589 is #AF7A76. Grayscale: #757575. Windows color (decimal): -11500151 or 9012560. OLE color: 9012560.
HSL color Cylindrical-coordinate representation of color #508589: hue angle of 184.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508589 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 133 | 137 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.46 |
| HSL | 184.21º | 0.26% | 0.43% | - |
| HSV(B) | 184.21º | 0.42% | 0.54% | - |
| XYZ | 16.21 | 20.29 | 26.73 | - |
| YUV | 117.61 | 138.94 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 137 | 0.42 | 0.03 | 0 | 0.46 | 184.21 | 0.26 | 0.43 |
| Hex | 50 | 85 | 89 | 2A | 3 | 0 | 2E | B8 | 1A | 2B |
| Octal | 120 | 205 | 211 | 52 | 3 | 0 | 56 | 270 | 32 | 53 |
| Binary | 1010000 | 10000101 | 10001001 | 101010 | 11 | 0 | 101110 | 10111000 | 11010 | 101011 |
Color Harmonies of #508589
Complementary color
Monochromatic Colors of #508589
Black with #508589
Text Example
Text Example
White with #508589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508589; }
p { color: rgb(80,133,137); }
H1.HeaderClassName
{
color: #508589;
}
.AnyTagClassName
{
color: #508589;
}
</style>
background-color css
<style>
a { background-color: #508589; }
a { background-color: rgb(80,133,137); }
div.DivClassName
{
background-color: #508589;
}
.BgClassName
{
background-color: #508589;
}
</style>
border-color css
<style>
span { border-color: #508589; }
span { border-color: rgb(80,133,137); }
td.TdClassName
{
border-color: #508589;
}
.TagClassName
{
border-color: #508589;
}
</style>