Shades of Paradiso #547D87
Tints of Paradiso #547D87
RGB
CMYK
RGB Variations
Color information
#547D87 (or 0x547D87) is known color: Paradiso. HEX triplet: 54, 7D and 87. RGB value is (84,125,135). Sum of RGB (Red+Green+Blue) = 84+125+135=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #547D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D87 is #AB8278. Grayscale: #717171. Windows color (decimal): -11240057 or 8879444. OLE color: 8879444.
HSL color Cylindrical-coordinate representation of color #547D87: hue angle of 191.76º 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 #547D87 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 125 | 135 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.47 |
| HSL | 191.76º | 0.23% | 0.43% | - |
| HSV(B) | 191.76º | 0.38% | 0.53% | - |
| XYZ | 15.36 | 18.3 | 25.64 | - |
| YUV | 113.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 135 | 0.38 | 0.07 | 0 | 0.47 | 191.76 | 0.23 | 0.43 |
| Hex | 54 | 7D | 87 | 26 | 7 | 0 | 2F | C0 | 17 | 2B |
| Octal | 124 | 175 | 207 | 46 | 7 | 0 | 57 | 300 | 27 | 53 |
| Binary | 1010100 | 1111101 | 10000111 | 100110 | 111 | 0 | 101111 | 11000000 | 10111 | 101011 |
Color Harmonies of #547D87
Complementary color
Monochromatic Colors of #547D87
Black with #547D87
Text Example
Text Example
White with #547D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D87; }
p { color: rgb(84,125,135); }
H1.HeaderClassName
{
color: #547D87;
}
.AnyTagClassName
{
color: #547D87;
}
</style>
background-color css
<style>
a { background-color: #547D87; }
a { background-color: rgb(84,125,135); }
div.DivClassName
{
background-color: #547D87;
}
.BgClassName
{
background-color: #547D87;
}
</style>
border-color css
<style>
span { border-color: #547D87; }
span { border-color: rgb(84,125,135); }
td.TdClassName
{
border-color: #547D87;
}
.TagClassName
{
border-color: #547D87;
}
</style>