Shades of Paradiso #547D84
Tints of Paradiso #547D84
RGB
CMYK
RGB Variations
Color information
#547D84 (or 0x547D84) is known color: Paradiso. HEX triplet: 54, 7D and 84. RGB value is (84,125,132). Sum of RGB (Red+Green+Blue) = 84+125+132=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #547D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547D84 is #AB827B. Grayscale: #717171. Windows color (decimal): -11240060 or 8682836. OLE color: 8682836.
HSL color Cylindrical-coordinate representation of color #547D84: hue angle of 188.75º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547D84 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 125 | 132 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.48 |
| HSL | 188.75º | 0.22% | 0.42% | - |
| HSV(B) | 188.75º | 0.36% | 0.52% | - |
| XYZ | 15.15 | 18.22 | 24.55 | - |
| YUV | 113.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 125 | 132 | 0.36 | 0.05 | 0 | 0.48 | 188.75 | 0.22 | 0.42 |
| Hex | 54 | 7D | 84 | 24 | 5 | 0 | 30 | BD | 16 | 2A |
| Octal | 124 | 175 | 204 | 44 | 5 | 0 | 60 | 275 | 26 | 52 |
| Binary | 1010100 | 1111101 | 10000100 | 100100 | 101 | 0 | 110000 | 10111101 | 10110 | 101010 |
Color Harmonies of #547D84
Complementary color
Monochromatic Colors of #547D84
Black with #547D84
Text Example
Text Example
White with #547D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547D84; }
p { color: rgb(84,125,132); }
H1.HeaderClassName
{
color: #547D84;
}
.AnyTagClassName
{
color: #547D84;
}
</style>
background-color css
<style>
a { background-color: #547D84; }
a { background-color: rgb(84,125,132); }
div.DivClassName
{
background-color: #547D84;
}
.BgClassName
{
background-color: #547D84;
}
</style>
border-color css
<style>
span { border-color: #547D84; }
span { border-color: rgb(84,125,132); }
td.TdClassName
{
border-color: #547D84;
}
.TagClassName
{
border-color: #547D84;
}
</style>