Shades of Paradiso #558184
Tints of Paradiso #558184
RGB
CMYK
RGB Variations
Color information
#558184 (or 0x558184) is known color: Paradiso. HEX triplet: 55, 81 and 84. RGB value is (85,129,132). Sum of RGB (Red+Green+Blue) = 85+129+132=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #558184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558184 is #AA7E7B. Grayscale: #747474. Windows color (decimal): -11173500 or 8683861. OLE color: 8683861.
HSL color Cylindrical-coordinate representation of color #558184: hue angle of 183.83º 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 #558184 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 129 | 132 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.48 |
| HSL | 183.83º | 0.22% | 0.43% | - |
| HSV(B) | 183.83º | 0.36% | 0.52% | - |
| XYZ | 15.76 | 19.3 | 24.72 | - |
| YUV | 116.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 132 | 0.36 | 0.02 | 0 | 0.48 | 183.83 | 0.22 | 0.43 |
| Hex | 55 | 81 | 84 | 24 | 2 | 0 | 30 | B8 | 16 | 2B |
| Octal | 125 | 201 | 204 | 44 | 2 | 0 | 60 | 270 | 26 | 53 |
| Binary | 1010101 | 10000001 | 10000100 | 100100 | 10 | 0 | 110000 | 10111000 | 10110 | 101011 |
Color Harmonies of #558184
Complementary color
Monochromatic Colors of #558184
Black with #558184
Text Example
Text Example
White with #558184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558184; }
p { color: rgb(85,129,132); }
H1.HeaderClassName
{
color: #558184;
}
.AnyTagClassName
{
color: #558184;
}
</style>
background-color css
<style>
a { background-color: #558184; }
a { background-color: rgb(85,129,132); }
div.DivClassName
{
background-color: #558184;
}
.BgClassName
{
background-color: #558184;
}
</style>
border-color css
<style>
span { border-color: #558184; }
span { border-color: rgb(85,129,132); }
td.TdClassName
{
border-color: #558184;
}
.TagClassName
{
border-color: #558184;
}
</style>