Shades of Paradiso #558288
Tints of Paradiso #558288
RGB
CMYK
RGB Variations
Color information
#558288 (or 0x558288) is known color: Paradiso. HEX triplet: 55, 82 and 88. RGB value is (85,130,136). Sum of RGB (Red+Green+Blue) = 85+130+136=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #558288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558288 is #AA7D77. Grayscale: #757575. Windows color (decimal): -11173240 or 8946261. OLE color: 8946261.
HSL color Cylindrical-coordinate representation of color #558288: hue angle of 187.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558288 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 130 | 136 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.47 |
| HSL | 187.06º | 0.23% | 0.43% | - |
| HSV(B) | 187.06º | 0.38% | 0.53% | - |
| XYZ | 16.17 | 19.67 | 26.24 | - |
| YUV | 117.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 136 | 0.38 | 0.04 | 0 | 0.47 | 187.06 | 0.23 | 0.43 |
| Hex | 55 | 82 | 88 | 26 | 4 | 0 | 2F | BB | 17 | 2B |
| Octal | 125 | 202 | 210 | 46 | 4 | 0 | 57 | 273 | 27 | 53 |
| Binary | 1010101 | 10000010 | 10001000 | 100110 | 100 | 0 | 101111 | 10111011 | 10111 | 101011 |
Color Harmonies of #558288
Complementary color
Monochromatic Colors of #558288
Black with #558288
Text Example
Text Example
White with #558288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558288; }
p { color: rgb(85,130,136); }
H1.HeaderClassName
{
color: #558288;
}
.AnyTagClassName
{
color: #558288;
}
</style>
background-color css
<style>
a { background-color: #558288; }
a { background-color: rgb(85,130,136); }
div.DivClassName
{
background-color: #558288;
}
.BgClassName
{
background-color: #558288;
}
</style>
border-color css
<style>
span { border-color: #558288; }
span { border-color: rgb(85,130,136); }
td.TdClassName
{
border-color: #558288;
}
.TagClassName
{
border-color: #558288;
}
</style>