Shades of Paradiso #577D82
Tints of Paradiso #577D82
RGB
CMYK
RGB Variations
Color information
#577D82 (or 0x577D82) is known color: Paradiso. HEX triplet: 57, 7D and 82. RGB value is (87,125,130). Sum of RGB (Red+Green+Blue) = 87+125+130=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #577D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577D82 is #A8827D. Grayscale: #727272. Windows color (decimal): -11043454 or 8551767. OLE color: 8551767.
HSL color Cylindrical-coordinate representation of color #577D82: hue angle of 186.98º 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 #577D82 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 87 | 125 | 130 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.49 |
| HSL | 186.98º | 0.2% | 0.43% | - |
| HSV(B) | 186.98º | 0.33% | 0.51% | - |
| XYZ | 15.29 | 18.31 | 23.85 | - |
| YUV | 114.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 125 | 130 | 0.33 | 0.04 | 0 | 0.49 | 186.98 | 0.2 | 0.43 |
| Hex | 57 | 7D | 82 | 21 | 4 | 0 | 31 | BB | 14 | 2B |
| Octal | 127 | 175 | 202 | 41 | 4 | 0 | 61 | 273 | 24 | 53 |
| Binary | 1010111 | 1111101 | 10000010 | 100001 | 100 | 0 | 110001 | 10111011 | 10100 | 101011 |
Color Harmonies of #577D82
Complementary color
Monochromatic Colors of #577D82
Black with #577D82
Text Example
Text Example
White with #577D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577D82; }
p { color: rgb(87,125,130); }
H1.HeaderClassName
{
color: #577D82;
}
.AnyTagClassName
{
color: #577D82;
}
</style>
background-color css
<style>
a { background-color: #577D82; }
a { background-color: rgb(87,125,130); }
div.DivClassName
{
background-color: #577D82;
}
.BgClassName
{
background-color: #577D82;
}
</style>
border-color css
<style>
span { border-color: #577D82; }
span { border-color: rgb(87,125,130); }
td.TdClassName
{
border-color: #577D82;
}
.TagClassName
{
border-color: #577D82;
}
</style>