Shades of Paradiso #567D81
Tints of Paradiso #567D81
RGB
CMYK
RGB Variations
Color information
#567D81 (or 0x567D81) is known color: Paradiso. HEX triplet: 56, 7D and 81. RGB value is (86,125,129). Sum of RGB (Red+Green+Blue) = 86+125+129=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #567D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D81 is #A9827E. Grayscale: #717171. Windows color (decimal): -11108991 or 8486230. OLE color: 8486230.
HSL color Cylindrical-coordinate representation of color #567D81: hue angle of 185.58º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #567D81 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 125 | 129 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.49 |
| HSL | 185.58º | 0.2% | 0.42% | - |
| HSV(B) | 185.58º | 0.33% | 0.51% | - |
| XYZ | 15.13 | 18.23 | 23.49 | - |
| YUV | 113.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 129 | 0.33 | 0.03 | 0 | 0.49 | 185.58 | 0.2 | 0.42 |
| Hex | 56 | 7D | 81 | 21 | 3 | 0 | 31 | BA | 14 | 2A |
| Octal | 126 | 175 | 201 | 41 | 3 | 0 | 61 | 272 | 24 | 52 |
| Binary | 1010110 | 1111101 | 10000001 | 100001 | 11 | 0 | 110001 | 10111010 | 10100 | 101010 |
Color Harmonies of #567D81
Complementary color
Monochromatic Colors of #567D81
Black with #567D81
Text Example
Text Example
White with #567D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D81; }
p { color: rgb(86,125,129); }
H1.HeaderClassName
{
color: #567D81;
}
.AnyTagClassName
{
color: #567D81;
}
</style>
background-color css
<style>
a { background-color: #567D81; }
a { background-color: rgb(86,125,129); }
div.DivClassName
{
background-color: #567D81;
}
.BgClassName
{
background-color: #567D81;
}
</style>
border-color css
<style>
span { border-color: #567D81; }
span { border-color: rgb(86,125,129); }
td.TdClassName
{
border-color: #567D81;
}
.TagClassName
{
border-color: #567D81;
}
</style>