Shades of Paradiso #557B80
Tints of Paradiso #557B80
RGB
CMYK
RGB Variations
Color information
#557B80 (or 0x557B80) is known color: Paradiso. HEX triplet: 55, 7B and 80. RGB value is (85,123,128). Sum of RGB (Red+Green+Blue) = 85+123+128=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #557B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557B80 is #AA847F. Grayscale: #707070. Windows color (decimal): -11175040 or 8420181. OLE color: 8420181.
HSL color Cylindrical-coordinate representation of color #557B80: hue angle of 186.98º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557B80 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 123 | 128 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.50 |
| HSL | 186.98º | 0.2% | 0.42% | - |
| HSV(B) | 186.98º | 0.34% | 0.5% | - |
| XYZ | 14.73 | 17.66 | 23.05 | - |
| YUV | 112.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 128 | 0.34 | 0.04 | 0 | 0.50 | 186.98 | 0.2 | 0.42 |
| Hex | 55 | 7B | 80 | 22 | 4 | 0 | 32 | BB | 14 | 2A |
| Octal | 125 | 173 | 200 | 42 | 4 | 0 | 62 | 273 | 24 | 52 |
| Binary | 1010101 | 1111011 | 10000000 | 100010 | 100 | 0 | 110010 | 10111011 | 10100 | 101010 |
Color Harmonies of #557B80
Complementary color
Monochromatic Colors of #557B80
Black with #557B80
Text Example
Text Example
White with #557B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B80; }
p { color: rgb(85,123,128); }
H1.HeaderClassName
{
color: #557B80;
}
.AnyTagClassName
{
color: #557B80;
}
</style>
background-color css
<style>
a { background-color: #557B80; }
a { background-color: rgb(85,123,128); }
div.DivClassName
{
background-color: #557B80;
}
.BgClassName
{
background-color: #557B80;
}
</style>
border-color css
<style>
span { border-color: #557B80; }
span { border-color: rgb(85,123,128); }
td.TdClassName
{
border-color: #557B80;
}
.TagClassName
{
border-color: #557B80;
}
</style>