Shades of Paradiso #568288
Tints of Paradiso #568288
RGB
CMYK
RGB Variations
Color information
#568288 (or 0x568288) is known color: Paradiso. HEX triplet: 56, 82 and 88. RGB value is (86,130,136). Sum of RGB (Red+Green+Blue) = 86+130+136=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #568288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568288 is #A97D77. Grayscale: #757575. Windows color (decimal): -11107704 or 8946262. OLE color: 8946262.
HSL color Cylindrical-coordinate representation of color #568288: hue angle of 187.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568288 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 130 | 136 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.47 |
| HSL | 187.2º | 0.23% | 0.44% | - |
| HSV(B) | 187.2º | 0.37% | 0.53% | - |
| XYZ | 16.26 | 19.72 | 26.24 | - |
| YUV | 117.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 136 | 0.37 | 0.04 | 0 | 0.47 | 187.2 | 0.23 | 0.44 |
| Hex | 56 | 82 | 88 | 25 | 4 | 0 | 2F | BB | 17 | 2C |
| Octal | 126 | 202 | 210 | 45 | 4 | 0 | 57 | 273 | 27 | 54 |
| Binary | 1010110 | 10000010 | 10001000 | 100101 | 100 | 0 | 101111 | 10111011 | 10111 | 101100 |
Color Harmonies of #568288
Complementary color
Monochromatic Colors of #568288
Black with #568288
Text Example
Text Example
White with #568288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568288; }
p { color: rgb(86,130,136); }
H1.HeaderClassName
{
color: #568288;
}
.AnyTagClassName
{
color: #568288;
}
</style>
background-color css
<style>
a { background-color: #568288; }
a { background-color: rgb(86,130,136); }
div.DivClassName
{
background-color: #568288;
}
.BgClassName
{
background-color: #568288;
}
</style>
border-color css
<style>
span { border-color: #568288; }
span { border-color: rgb(86,130,136); }
td.TdClassName
{
border-color: #568288;
}
.TagClassName
{
border-color: #568288;
}
</style>