Shades of Paradiso #507F89
Tints of Paradiso #507F89
RGB
CMYK
RGB Variations
Color information
#507F89 (or 0x507F89) is known color: Paradiso. HEX triplet: 50, 7F and 89. RGB value is (80,127,137). Sum of RGB (Red+Green+Blue) = 80+127+137=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #507F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F89 is #AF8076. Grayscale: #727272. Windows color (decimal): -11501687 or 9011024. OLE color: 9011024.
HSL color Cylindrical-coordinate representation of color #507F89: hue angle of 190.53º 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 #507F89 is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 127 | 137 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.46 |
| HSL | 190.53º | 0.26% | 0.43% | - |
| HSV(B) | 190.53º | 0.42% | 0.54% | - |
| XYZ | 15.41 | 18.69 | 26.46 | - |
| YUV | 114.09 | 140.93 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 137 | 0.42 | 0.07 | 0 | 0.46 | 190.53 | 0.26 | 0.43 |
| Hex | 50 | 7F | 89 | 2A | 7 | 0 | 2E | BF | 1A | 2B |
| Octal | 120 | 177 | 211 | 52 | 7 | 0 | 56 | 277 | 32 | 53 |
| Binary | 1010000 | 1111111 | 10001001 | 101010 | 111 | 0 | 101110 | 10111111 | 11010 | 101011 |
Color Harmonies of #507F89
Complementary color
Monochromatic Colors of #507F89
Black with #507F89
Text Example
Text Example
White with #507F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F89; }
p { color: rgb(80,127,137); }
H1.HeaderClassName
{
color: #507F89;
}
.AnyTagClassName
{
color: #507F89;
}
</style>
background-color css
<style>
a { background-color: #507F89; }
a { background-color: rgb(80,127,137); }
div.DivClassName
{
background-color: #507F89;
}
.BgClassName
{
background-color: #507F89;
}
</style>
border-color css
<style>
span { border-color: #507F89; }
span { border-color: rgb(80,127,137); }
td.TdClassName
{
border-color: #507F89;
}
.TagClassName
{
border-color: #507F89;
}
</style>