Shades of Paradiso #577E83
Tints of Paradiso #577E83
RGB
CMYK
RGB Variations
Color information
#577E83 (or 0x577E83) is known color: Paradiso. HEX triplet: 57, 7E and 83. RGB value is (87,126,131). Sum of RGB (Red+Green+Blue) = 87+126+131=344 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.29% from 344); Green value is 126 (49.61% from 255 or 36.63% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #577E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E83 is #A8817C. Grayscale: #727272. Windows color (decimal): -11043197 or 8617559. OLE color: 8617559.
HSL color Cylindrical-coordinate representation of color #577E83: hue angle of 186.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #577E83 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 126 | 131 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.49 |
| HSL | 186.82º | 0.2% | 0.43% | - |
| HSV(B) | 186.82º | 0.34% | 0.51% | - |
| XYZ | 15.49 | 18.59 | 24.24 | - |
| YUV | 114.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 131 | 0.34 | 0.04 | 0 | 0.49 | 186.82 | 0.2 | 0.43 |
| Hex | 57 | 7E | 83 | 22 | 4 | 0 | 31 | BB | 14 | 2B |
| Octal | 127 | 176 | 203 | 42 | 4 | 0 | 61 | 273 | 24 | 53 |
| Binary | 1010111 | 1111110 | 10000011 | 100010 | 100 | 0 | 110001 | 10111011 | 10100 | 101011 |
Color Harmonies of #577E83
Complementary color
Monochromatic Colors of #577E83
Black with #577E83
Text Example
Text Example
White with #577E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E83; }
p { color: rgb(87,126,131); }
H1.HeaderClassName
{
color: #577E83;
}
.AnyTagClassName
{
color: #577E83;
}
</style>
background-color css
<style>
a { background-color: #577E83; }
a { background-color: rgb(87,126,131); }
div.DivClassName
{
background-color: #577E83;
}
.BgClassName
{
background-color: #577E83;
}
</style>
border-color css
<style>
span { border-color: #577E83; }
span { border-color: rgb(87,126,131); }
td.TdClassName
{
border-color: #577E83;
}
.TagClassName
{
border-color: #577E83;
}
</style>