Shades of Paradiso #568086
Tints of Paradiso #568086
RGB
CMYK
RGB Variations
Color information
#568086 (or 0x568086) is known color: Paradiso. HEX triplet: 56, 80 and 86. RGB value is (86,128,134). Sum of RGB (Red+Green+Blue) = 86+128+134=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #568086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568086 is #A97F79. Grayscale: #747474. Windows color (decimal): -11108218 or 8814678. OLE color: 8814678.
HSL color Cylindrical-coordinate representation of color #568086: hue angle of 187.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #568086 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 128 | 134 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.47 |
| HSL | 187.5º | 0.22% | 0.43% | - |
| HSV(B) | 187.5º | 0.36% | 0.53% | - |
| XYZ | 15.86 | 19.14 | 25.41 | - |
| YUV | 116.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 134 | 0.36 | 0.04 | 0 | 0.47 | 187.5 | 0.22 | 0.43 |
| Hex | 56 | 80 | 86 | 24 | 4 | 0 | 2F | BC | 16 | 2B |
| Octal | 126 | 200 | 206 | 44 | 4 | 0 | 57 | 274 | 26 | 53 |
| Binary | 1010110 | 10000000 | 10000110 | 100100 | 100 | 0 | 101111 | 10111100 | 10110 | 101011 |
Color Harmonies of #568086
Complementary color
Monochromatic Colors of #568086
Black with #568086
Text Example
Text Example
White with #568086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568086; }
p { color: rgb(86,128,134); }
H1.HeaderClassName
{
color: #568086;
}
.AnyTagClassName
{
color: #568086;
}
</style>
background-color css
<style>
a { background-color: #568086; }
a { background-color: rgb(86,128,134); }
div.DivClassName
{
background-color: #568086;
}
.BgClassName
{
background-color: #568086;
}
</style>
border-color css
<style>
span { border-color: #568086; }
span { border-color: rgb(86,128,134); }
td.TdClassName
{
border-color: #568086;
}
.TagClassName
{
border-color: #568086;
}
</style>