Shades of Paradiso #567E83
Tints of Paradiso #567E83
RGB
CMYK
RGB Variations
Color information
#567E83 (or 0x567E83) is known color: Paradiso. HEX triplet: 56, 7E and 83. RGB value is (86,126,131). Sum of RGB (Red+Green+Blue) = 86+126+131=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #567E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E83 is #A9817C. Grayscale: #727272. Windows color (decimal): -11108733 or 8617558. OLE color: 8617558.
HSL color Cylindrical-coordinate representation of color #567E83: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567E83 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 126 | 131 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.49 |
| HSL | 186.67º | 0.21% | 0.43% | - |
| HSV(B) | 186.67º | 0.34% | 0.51% | - |
| XYZ | 15.4 | 18.54 | 24.24 | - |
| YUV | 114.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 131 | 0.34 | 0.04 | 0 | 0.49 | 186.67 | 0.21 | 0.43 |
| Hex | 56 | 7E | 83 | 22 | 4 | 0 | 31 | BB | 15 | 2B |
| Octal | 126 | 176 | 203 | 42 | 4 | 0 | 61 | 273 | 25 | 53 |
| Binary | 1010110 | 1111110 | 10000011 | 100010 | 100 | 0 | 110001 | 10111011 | 10101 | 101011 |
Color Harmonies of #567E83
Complementary color
Monochromatic Colors of #567E83
Black with #567E83
Text Example
Text Example
White with #567E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E83; }
p { color: rgb(86,126,131); }
H1.HeaderClassName
{
color: #567E83;
}
.AnyTagClassName
{
color: #567E83;
}
</style>
background-color css
<style>
a { background-color: #567E83; }
a { background-color: rgb(86,126,131); }
div.DivClassName
{
background-color: #567E83;
}
.BgClassName
{
background-color: #567E83;
}
</style>
border-color css
<style>
span { border-color: #567E83; }
span { border-color: rgb(86,126,131); }
td.TdClassName
{
border-color: #567E83;
}
.TagClassName
{
border-color: #567E83;
}
</style>