Shades of Paradiso #568285
Tints of Paradiso #568285
RGB
CMYK
RGB Variations
Color information
#568285 (or 0x568285) is known color: Paradiso. HEX triplet: 56, 82 and 85. RGB value is (86,130,133). Sum of RGB (Red+Green+Blue) = 86+130+133=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #568285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568285 is #A97D7A. Grayscale: #757575. Windows color (decimal): -11107707 or 8749654. OLE color: 8749654.
HSL color Cylindrical-coordinate representation of color #568285: hue angle of 183.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 #568285 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 130 | 133 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.48 |
| HSL | 183.83º | 0.21% | 0.43% | - |
| HSV(B) | 183.83º | 0.35% | 0.52% | - |
| XYZ | 16.05 | 19.64 | 25.13 | - |
| YUV | 117.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 133 | 0.35 | 0.02 | 0 | 0.48 | 183.83 | 0.21 | 0.43 |
| Hex | 56 | 82 | 85 | 23 | 2 | 0 | 30 | B8 | 15 | 2B |
| Octal | 126 | 202 | 205 | 43 | 2 | 0 | 60 | 270 | 25 | 53 |
| Binary | 1010110 | 10000010 | 10000101 | 100011 | 10 | 0 | 110000 | 10111000 | 10101 | 101011 |
Color Harmonies of #568285
Complementary color
Monochromatic Colors of #568285
Black with #568285
Text Example
Text Example
White with #568285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568285; }
p { color: rgb(86,130,133); }
H1.HeaderClassName
{
color: #568285;
}
.AnyTagClassName
{
color: #568285;
}
</style>
background-color css
<style>
a { background-color: #568285; }
a { background-color: rgb(86,130,133); }
div.DivClassName
{
background-color: #568285;
}
.BgClassName
{
background-color: #568285;
}
</style>
border-color css
<style>
span { border-color: #568285; }
span { border-color: rgb(86,130,133); }
td.TdClassName
{
border-color: #568285;
}
.TagClassName
{
border-color: #568285;
}
</style>