Shades of Paradiso #567F84
Tints of Paradiso #567F84
RGB
CMYK
RGB Variations
Color information
#567F84 (or 0x567F84) is known color: Paradiso. HEX triplet: 56, 7F and 84. RGB value is (86,127,132). Sum of RGB (Red+Green+Blue) = 86+127+132=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #567F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567F84 is #A9807B. Grayscale: #737373. Windows color (decimal): -11108476 or 8683350. OLE color: 8683350.
HSL color Cylindrical-coordinate representation of color #567F84: hue angle of 186.52º 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 #567F84 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 127 | 132 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.48 |
| HSL | 186.52º | 0.21% | 0.43% | - |
| HSV(B) | 186.52º | 0.35% | 0.52% | - |
| XYZ | 15.59 | 18.82 | 24.64 | - |
| YUV | 115.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 127 | 132 | 0.35 | 0.04 | 0 | 0.48 | 186.52 | 0.21 | 0.43 |
| Hex | 56 | 7F | 84 | 23 | 4 | 0 | 30 | BB | 15 | 2B |
| Octal | 126 | 177 | 204 | 43 | 4 | 0 | 60 | 273 | 25 | 53 |
| Binary | 1010110 | 1111111 | 10000100 | 100011 | 100 | 0 | 110000 | 10111011 | 10101 | 101011 |
Color Harmonies of #567F84
Complementary color
Monochromatic Colors of #567F84
Black with #567F84
Text Example
Text Example
White with #567F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567F84; }
p { color: rgb(86,127,132); }
H1.HeaderClassName
{
color: #567F84;
}
.AnyTagClassName
{
color: #567F84;
}
</style>
background-color css
<style>
a { background-color: #567F84; }
a { background-color: rgb(86,127,132); }
div.DivClassName
{
background-color: #567F84;
}
.BgClassName
{
background-color: #567F84;
}
</style>
border-color css
<style>
span { border-color: #567F84; }
span { border-color: rgb(86,127,132); }
td.TdClassName
{
border-color: #567F84;
}
.TagClassName
{
border-color: #567F84;
}
</style>