Shades of Paradiso #567E82
Tints of Paradiso #567E82
RGB
CMYK
RGB Variations
Color information
#567E82 (or 0x567E82) is known color: Paradiso. HEX triplet: 56, 7E and 82. RGB value is (86,126,130). Sum of RGB (Red+Green+Blue) = 86+126+130=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #567E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E82 is #A9817D. Grayscale: #727272. Windows color (decimal): -11108734 or 8552022. OLE color: 8552022.
HSL color Cylindrical-coordinate representation of color #567E82: hue angle of 185.45º 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 #567E82 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 126 | 130 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.49 |
| HSL | 185.45º | 0.2% | 0.42% | - |
| HSV(B) | 185.45º | 0.34% | 0.51% | - |
| XYZ | 15.33 | 18.51 | 23.88 | - |
| YUV | 114.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 130 | 0.34 | 0.03 | 0 | 0.49 | 185.45 | 0.2 | 0.42 |
| Hex | 56 | 7E | 82 | 22 | 3 | 0 | 31 | B9 | 14 | 2A |
| Octal | 126 | 176 | 202 | 42 | 3 | 0 | 61 | 271 | 24 | 52 |
| Binary | 1010110 | 1111110 | 10000010 | 100010 | 11 | 0 | 110001 | 10111001 | 10100 | 101010 |
Color Harmonies of #567E82
Complementary color
Monochromatic Colors of #567E82
Black with #567E82
Text Example
Text Example
White with #567E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E82; }
p { color: rgb(86,126,130); }
H1.HeaderClassName
{
color: #567E82;
}
.AnyTagClassName
{
color: #567E82;
}
</style>
background-color css
<style>
a { background-color: #567E82; }
a { background-color: rgb(86,126,130); }
div.DivClassName
{
background-color: #567E82;
}
.BgClassName
{
background-color: #567E82;
}
</style>
border-color css
<style>
span { border-color: #567E82; }
span { border-color: rgb(86,126,130); }
td.TdClassName
{
border-color: #567E82;
}
.TagClassName
{
border-color: #567E82;
}
</style>