Shades of Paradiso #577F84
Tints of Paradiso #577F84
RGB
CMYK
RGB Variations
Color information
#577F84 (or 0x577F84) is known color: Paradiso. HEX triplet: 57, 7F and 84. RGB value is (87,127,132). Sum of RGB (Red+Green+Blue) = 87+127+132=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #577F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F84 is #A8807B. Grayscale: #737373. Windows color (decimal): -11042940 or 8683351. OLE color: 8683351.
HSL color Cylindrical-coordinate representation of color #577F84: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577F84 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 87 | 127 | 132 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.48 |
| HSL | 186.67º | 0.21% | 0.43% | - |
| HSV(B) | 186.67º | 0.34% | 0.52% | - |
| XYZ | 15.68 | 18.87 | 24.65 | - |
| YUV | 115.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 132 | 0.34 | 0.04 | 0 | 0.48 | 186.67 | 0.21 | 0.43 |
| Hex | 57 | 7F | 84 | 22 | 4 | 0 | 30 | BB | 15 | 2B |
| Octal | 127 | 177 | 204 | 42 | 4 | 0 | 60 | 273 | 25 | 53 |
| Binary | 1010111 | 1111111 | 10000100 | 100010 | 100 | 0 | 110000 | 10111011 | 10101 | 101011 |
Color Harmonies of #577F84
Complementary color
Monochromatic Colors of #577F84
Black with #577F84
Text Example
Text Example
White with #577F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F84; }
p { color: rgb(87,127,132); }
H1.HeaderClassName
{
color: #577F84;
}
.AnyTagClassName
{
color: #577F84;
}
</style>
background-color css
<style>
a { background-color: #577F84; }
a { background-color: rgb(87,127,132); }
div.DivClassName
{
background-color: #577F84;
}
.BgClassName
{
background-color: #577F84;
}
</style>
border-color css
<style>
span { border-color: #577F84; }
span { border-color: rgb(87,127,132); }
td.TdClassName
{
border-color: #577F84;
}
.TagClassName
{
border-color: #577F84;
}
</style>