Shades of Paradiso #558485
Tints of Paradiso #558485
RGB
CMYK
RGB Variations
Color information
#558485 (or 0x558485) is known color: Paradiso. HEX triplet: 55, 84 and 85. RGB value is (85,132,133). Sum of RGB (Red+Green+Blue) = 85+132+133=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #558485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558485 is #AA7B7A. Grayscale: #767676. Windows color (decimal): -11172731 or 8750165. OLE color: 8750165.
HSL color Cylindrical-coordinate representation of color #558485: hue angle of 181.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558485 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 133 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.48 |
| HSL | 181.25º | 0.22% | 0.43% | - |
| HSV(B) | 181.25º | 0.36% | 0.52% | - |
| XYZ | 16.23 | 20.13 | 25.22 | - |
| YUV | 118.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 133 | 0.36 | 0.01 | 0 | 0.48 | 181.25 | 0.22 | 0.43 |
| Hex | 55 | 84 | 85 | 24 | 1 | 0 | 30 | B5 | 16 | 2B |
| Octal | 125 | 204 | 205 | 44 | 1 | 0 | 60 | 265 | 26 | 53 |
| Binary | 1010101 | 10000100 | 10000101 | 100100 | 1 | 0 | 110000 | 10110101 | 10110 | 101011 |
Color Harmonies of #558485
Complementary color
Monochromatic Colors of #558485
Black with #558485
Text Example
Text Example
White with #558485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558485; }
p { color: rgb(85,132,133); }
H1.HeaderClassName
{
color: #558485;
}
.AnyTagClassName
{
color: #558485;
}
</style>
background-color css
<style>
a { background-color: #558485; }
a { background-color: rgb(85,132,133); }
div.DivClassName
{
background-color: #558485;
}
.BgClassName
{
background-color: #558485;
}
</style>
border-color css
<style>
span { border-color: #558485; }
span { border-color: rgb(85,132,133); }
td.TdClassName
{
border-color: #558485;
}
.TagClassName
{
border-color: #558485;
}
</style>