Shades of Paradiso #568082
Tints of Paradiso #568082
RGB
CMYK
RGB Variations
Color information
#568082 (or 0x568082) is known color: Paradiso. HEX triplet: 56, 80 and 82. RGB value is (86,128,130). Sum of RGB (Red+Green+Blue) = 86+128+130=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #568082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568082 is #A97F7D. Grayscale: #737373. Windows color (decimal): -11108222 or 8552534. OLE color: 8552534.
HSL color Cylindrical-coordinate representation of color #568082: hue angle of 182.73º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #568082 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 128 | 130 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.49 |
| HSL | 182.73º | 0.2% | 0.42% | - |
| HSV(B) | 182.73º | 0.34% | 0.51% | - |
| XYZ | 15.59 | 19.03 | 23.97 | - |
| YUV | 115.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 128 | 130 | 0.34 | 0.02 | 0 | 0.49 | 182.73 | 0.2 | 0.42 |
| Hex | 56 | 80 | 82 | 22 | 2 | 0 | 31 | B7 | 14 | 2A |
| Octal | 126 | 200 | 202 | 42 | 2 | 0 | 61 | 267 | 24 | 52 |
| Binary | 1010110 | 10000000 | 10000010 | 100010 | 10 | 0 | 110001 | 10110111 | 10100 | 101010 |
Color Harmonies of #568082
Complementary color
Monochromatic Colors of #568082
Black with #568082
Text Example
Text Example
White with #568082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568082; }
p { color: rgb(86,128,130); }
H1.HeaderClassName
{
color: #568082;
}
.AnyTagClassName
{
color: #568082;
}
</style>
background-color css
<style>
a { background-color: #568082; }
a { background-color: rgb(86,128,130); }
div.DivClassName
{
background-color: #568082;
}
.BgClassName
{
background-color: #568082;
}
</style>
border-color css
<style>
span { border-color: #568082; }
span { border-color: rgb(86,128,130); }
td.TdClassName
{
border-color: #568082;
}
.TagClassName
{
border-color: #568082;
}
</style>