Shades of Paradiso #567E84
Tints of Paradiso #567E84
RGB
CMYK
RGB Variations
Color information
#567E84 (or 0x567E84) is known color: Paradiso. HEX triplet: 56, 7E and 84. RGB value is (86,126,132). Sum of RGB (Red+Green+Blue) = 86+126+132=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #567E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E84 is #A9817B. Grayscale: #727272. Windows color (decimal): -11108732 or 8683094. OLE color: 8683094.
HSL color Cylindrical-coordinate representation of color #567E84: hue angle of 187.83º 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 #567E84 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 126 | 132 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.48 |
| HSL | 187.83º | 0.21% | 0.43% | - |
| HSV(B) | 187.83º | 0.35% | 0.52% | - |
| XYZ | 15.46 | 18.57 | 24.6 | - |
| YUV | 114.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 132 | 0.35 | 0.05 | 0 | 0.48 | 187.83 | 0.21 | 0.43 |
| Hex | 56 | 7E | 84 | 23 | 5 | 0 | 30 | BC | 15 | 2B |
| Octal | 126 | 176 | 204 | 43 | 5 | 0 | 60 | 274 | 25 | 53 |
| Binary | 1010110 | 1111110 | 10000100 | 100011 | 101 | 0 | 110000 | 10111100 | 10101 | 101011 |
Color Harmonies of #567E84
Complementary color
Monochromatic Colors of #567E84
Black with #567E84
Text Example
Text Example
White with #567E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E84; }
p { color: rgb(86,126,132); }
H1.HeaderClassName
{
color: #567E84;
}
.AnyTagClassName
{
color: #567E84;
}
</style>
background-color css
<style>
a { background-color: #567E84; }
a { background-color: rgb(86,126,132); }
div.DivClassName
{
background-color: #567E84;
}
.BgClassName
{
background-color: #567E84;
}
</style>
border-color css
<style>
span { border-color: #567E84; }
span { border-color: rgb(86,126,132); }
td.TdClassName
{
border-color: #567E84;
}
.TagClassName
{
border-color: #567E84;
}
</style>