Shades of Paradiso #587F84
Tints of Paradiso #587F84
RGB
CMYK
RGB Variations
Color information
#587F84 (or 0x587F84) is known color: Paradiso. HEX triplet: 58, 7F and 84. RGB value is (88,127,132). Sum of RGB (Red+Green+Blue) = 88+127+132=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #587F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F84 is #A7807B. Grayscale: #737373. Windows color (decimal): -10977404 or 8683352. OLE color: 8683352.
HSL color Cylindrical-coordinate representation of color #587F84: hue angle of 186.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587F84 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 127 | 132 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.48 |
| HSL | 186.82º | 0.2% | 0.43% | - |
| HSV(B) | 186.82º | 0.33% | 0.52% | - |
| XYZ | 15.78 | 18.92 | 24.65 | - |
| YUV | 115.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 132 | 0.33 | 0.04 | 0 | 0.48 | 186.82 | 0.2 | 0.43 |
| Hex | 58 | 7F | 84 | 21 | 4 | 0 | 30 | BB | 14 | 2B |
| Octal | 130 | 177 | 204 | 41 | 4 | 0 | 60 | 273 | 24 | 53 |
| Binary | 1011000 | 1111111 | 10000100 | 100001 | 100 | 0 | 110000 | 10111011 | 10100 | 101011 |
Color Harmonies of #587F84
Complementary color
Monochromatic Colors of #587F84
Black with #587F84
Text Example
Text Example
White with #587F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F84; }
p { color: rgb(88,127,132); }
H1.HeaderClassName
{
color: #587F84;
}
.AnyTagClassName
{
color: #587F84;
}
</style>
background-color css
<style>
a { background-color: #587F84; }
a { background-color: rgb(88,127,132); }
div.DivClassName
{
background-color: #587F84;
}
.BgClassName
{
background-color: #587F84;
}
</style>
border-color css
<style>
span { border-color: #587F84; }
span { border-color: rgb(88,127,132); }
td.TdClassName
{
border-color: #587F84;
}
.TagClassName
{
border-color: #587F84;
}
</style>