Shades of Paradiso #547D86
Tints of Paradiso #547D86
RGB
CMYK
RGB Variations
Color information
#547D86 (or 0x547D86) is known color: Paradiso. HEX triplet: 54, 7D and 86. RGB value is (84,125,134). Sum of RGB (Red+Green+Blue) = 84+125+134=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 134 - color contains mainly: blue. Hex color #547D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D86 is #AB8279. Grayscale: #717171. Windows color (decimal): -11240058 or 8813908. OLE color: 8813908.
HSL color Cylindrical-coordinate representation of color #547D86: hue angle of 190.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #547D86 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 125 | 134 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.47 |
| HSL | 190.8º | 0.23% | 0.43% | - |
| HSV(B) | 190.8º | 0.37% | 0.53% | - |
| XYZ | 15.29 | 18.27 | 25.28 | - |
| YUV | 113.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 134 | 0.37 | 0.07 | 0 | 0.47 | 190.8 | 0.23 | 0.43 |
| Hex | 54 | 7D | 86 | 25 | 7 | 0 | 2F | BF | 17 | 2B |
| Octal | 124 | 175 | 206 | 45 | 7 | 0 | 57 | 277 | 27 | 53 |
| Binary | 1010100 | 1111101 | 10000110 | 100101 | 111 | 0 | 101111 | 10111111 | 10111 | 101011 |
Color Harmonies of #547D86
Complementary color
Monochromatic Colors of #547D86
Black with #547D86
Text Example
Text Example
White with #547D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D86; }
p { color: rgb(84,125,134); }
H1.HeaderClassName
{
color: #547D86;
}
.AnyTagClassName
{
color: #547D86;
}
</style>
background-color css
<style>
a { background-color: #547D86; }
a { background-color: rgb(84,125,134); }
div.DivClassName
{
background-color: #547D86;
}
.BgClassName
{
background-color: #547D86;
}
</style>
border-color css
<style>
span { border-color: #547D86; }
span { border-color: rgb(84,125,134); }
td.TdClassName
{
border-color: #547D86;
}
.TagClassName
{
border-color: #547D86;
}
</style>