Shades of Paradiso #568485
Tints of Paradiso #568485
RGB
CMYK
RGB Variations
Color information
#568485 (or 0x568485) is known color: Paradiso. HEX triplet: 56, 84 and 85. RGB value is (86,132,133). Sum of RGB (Red+Green+Blue) = 86+132+133=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #568485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568485 is #A97B7A. Grayscale: #767676. Windows color (decimal): -11107195 or 8750166. OLE color: 8750166.
HSL color Cylindrical-coordinate representation of color #568485: hue angle of 181.28º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568485 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 132 | 133 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.48 |
| HSL | 181.28º | 0.21% | 0.43% | - |
| HSV(B) | 181.28º | 0.35% | 0.52% | - |
| XYZ | 16.32 | 20.17 | 25.22 | - |
| YUV | 118.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 132 | 133 | 0.35 | 0.01 | 0 | 0.48 | 181.28 | 0.21 | 0.43 |
| Hex | 56 | 84 | 85 | 23 | 1 | 0 | 30 | B5 | 15 | 2B |
| Octal | 126 | 204 | 205 | 43 | 1 | 0 | 60 | 265 | 25 | 53 |
| Binary | 1010110 | 10000100 | 10000101 | 100011 | 1 | 0 | 110000 | 10110101 | 10101 | 101011 |
Color Harmonies of #568485
Complementary color
Monochromatic Colors of #568485
Black with #568485
Text Example
Text Example
White with #568485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568485; }
p { color: rgb(86,132,133); }
H1.HeaderClassName
{
color: #568485;
}
.AnyTagClassName
{
color: #568485;
}
</style>
background-color css
<style>
a { background-color: #568485; }
a { background-color: rgb(86,132,133); }
div.DivClassName
{
background-color: #568485;
}
.BgClassName
{
background-color: #568485;
}
</style>
border-color css
<style>
span { border-color: #568485; }
span { border-color: rgb(86,132,133); }
td.TdClassName
{
border-color: #568485;
}
.TagClassName
{
border-color: #568485;
}
</style>