Shades of Paradiso #577E82
Tints of Paradiso #577E82
RGB
CMYK
RGB Variations
Color information
#577E82 (or 0x577E82) is known color: Paradiso. HEX triplet: 57, 7E and 82. RGB value is (87,126,130). Sum of RGB (Red+Green+Blue) = 87+126+130=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #577E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E82 is #A8817D. Grayscale: #727272. Windows color (decimal): -11043198 or 8552023. OLE color: 8552023.
HSL color Cylindrical-coordinate representation of color #577E82: hue angle of 185.58º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577E82 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 126 | 130 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.49 |
| HSL | 185.58º | 0.2% | 0.43% | - |
| HSV(B) | 185.58º | 0.33% | 0.51% | - |
| XYZ | 15.42 | 18.56 | 23.89 | - |
| YUV | 114.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 130 | 0.33 | 0.03 | 0 | 0.49 | 185.58 | 0.2 | 0.43 |
| Hex | 57 | 7E | 82 | 21 | 3 | 0 | 31 | BA | 14 | 2B |
| Octal | 127 | 176 | 202 | 41 | 3 | 0 | 61 | 272 | 24 | 53 |
| Binary | 1010111 | 1111110 | 10000010 | 100001 | 11 | 0 | 110001 | 10111010 | 10100 | 101011 |
Color Harmonies of #577E82
Complementary color
Monochromatic Colors of #577E82
Black with #577E82
Text Example
Text Example
White with #577E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E82; }
p { color: rgb(87,126,130); }
H1.HeaderClassName
{
color: #577E82;
}
.AnyTagClassName
{
color: #577E82;
}
</style>
background-color css
<style>
a { background-color: #577E82; }
a { background-color: rgb(87,126,130); }
div.DivClassName
{
background-color: #577E82;
}
.BgClassName
{
background-color: #577E82;
}
</style>
border-color css
<style>
span { border-color: #577E82; }
span { border-color: rgb(87,126,130); }
td.TdClassName
{
border-color: #577E82;
}
.TagClassName
{
border-color: #577E82;
}
</style>