Shades of Paradiso #50858C
Tints of Paradiso #50858C
RGB
CMYK
RGB Variations
Color information
#50858C (or 0x50858C) is known color: Paradiso. HEX triplet: 50, 85 and 8C. RGB value is (80,133,140). Sum of RGB (Red+Green+Blue) = 80+133+140=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #50858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50858C is #AF7A73. Grayscale: #757575. Windows color (decimal): -11500148 or 9209168. OLE color: 9209168.
HSL color Cylindrical-coordinate representation of color #50858C: hue angle of 187º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50858C is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 133 | 140 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.45 |
| HSL | 187º | 0.27% | 0.43% | - |
| HSV(B) | 187º | 0.43% | 0.55% | - |
| XYZ | 16.43 | 20.37 | 27.88 | - |
| YUV | 117.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 133 | 140 | 0.43 | 0.05 | 0 | 0.45 | 187 | 0.27 | 0.43 |
| Hex | 50 | 85 | 8C | 2B | 5 | 0 | 2D | BB | 1B | 2B |
| Octal | 120 | 205 | 214 | 53 | 5 | 0 | 55 | 273 | 33 | 53 |
| Binary | 1010000 | 10000101 | 10001100 | 101011 | 101 | 0 | 101101 | 10111011 | 11011 | 101011 |
Color Harmonies of #50858C
Complementary color
Monochromatic Colors of #50858C
Black with #50858C
Text Example
Text Example
White with #50858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50858C; }
p { color: rgb(80,133,140); }
H1.HeaderClassName
{
color: #50858C;
}
.AnyTagClassName
{
color: #50858C;
}
</style>
background-color css
<style>
a { background-color: #50858C; }
a { background-color: rgb(80,133,140); }
div.DivClassName
{
background-color: #50858C;
}
.BgClassName
{
background-color: #50858C;
}
</style>
border-color css
<style>
span { border-color: #50858C; }
span { border-color: rgb(80,133,140); }
td.TdClassName
{
border-color: #50858C;
}
.TagClassName
{
border-color: #50858C;
}
</style>