Shades of Paradiso #547E88
Tints of Paradiso #547E88
RGB
CMYK
RGB Variations
Color information
#547E88 (or 0x547E88) is known color: Paradiso. HEX triplet: 54, 7E and 88. RGB value is (84,126,136). Sum of RGB (Red+Green+Blue) = 84+126+136=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #547E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547E88 is #AB8177. Grayscale: #727272. Windows color (decimal): -11239800 or 8945236. OLE color: 8945236.
HSL color Cylindrical-coordinate representation of color #547E88: hue angle of 191.54º degrees, saturation: 0.24, 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 #547E88 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 126 | 136 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.47 |
| HSL | 191.54º | 0.24% | 0.43% | - |
| HSV(B) | 191.54º | 0.38% | 0.53% | - |
| XYZ | 15.56 | 18.58 | 26.06 | - |
| YUV | 114.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 126 | 136 | 0.38 | 0.07 | 0 | 0.47 | 191.54 | 0.24 | 0.43 |
| Hex | 54 | 7E | 88 | 26 | 7 | 0 | 2F | C0 | 18 | 2B |
| Octal | 124 | 176 | 210 | 46 | 7 | 0 | 57 | 300 | 30 | 53 |
| Binary | 1010100 | 1111110 | 10001000 | 100110 | 111 | 0 | 101111 | 11000000 | 11000 | 101011 |
Color Harmonies of #547E88
Complementary color
Monochromatic Colors of #547E88
Black with #547E88
Text Example
Text Example
White with #547E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547E88; }
p { color: rgb(84,126,136); }
H1.HeaderClassName
{
color: #547E88;
}
.AnyTagClassName
{
color: #547E88;
}
</style>
background-color css
<style>
a { background-color: #547E88; }
a { background-color: rgb(84,126,136); }
div.DivClassName
{
background-color: #547E88;
}
.BgClassName
{
background-color: #547E88;
}
</style>
border-color css
<style>
span { border-color: #547E88; }
span { border-color: rgb(84,126,136); }
td.TdClassName
{
border-color: #547E88;
}
.TagClassName
{
border-color: #547E88;
}
</style>