Shades of Paradiso #547C82
Tints of Paradiso #547C82
RGB
CMYK
RGB Variations
Color information
#547C82 (or 0x547C82) is known color: Paradiso. HEX triplet: 54, 7C and 82. RGB value is (84,124,130). Sum of RGB (Red+Green+Blue) = 84+124+130=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #547C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C82 is #AB837D. Grayscale: #707070. Windows color (decimal): -11240318 or 8551508. OLE color: 8551508.
HSL color Cylindrical-coordinate representation of color #547C82: hue angle of 187.83º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #547C82 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 124 | 130 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.49 |
| HSL | 187.83º | 0.21% | 0.42% | - |
| HSV(B) | 187.83º | 0.35% | 0.51% | - |
| XYZ | 14.89 | 17.91 | 23.79 | - |
| YUV | 112.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 130 | 0.35 | 0.05 | 0 | 0.49 | 187.83 | 0.21 | 0.42 |
| Hex | 54 | 7C | 82 | 23 | 5 | 0 | 31 | BC | 15 | 2A |
| Octal | 124 | 174 | 202 | 43 | 5 | 0 | 61 | 274 | 25 | 52 |
| Binary | 1010100 | 1111100 | 10000010 | 100011 | 101 | 0 | 110001 | 10111100 | 10101 | 101010 |
Color Harmonies of #547C82
Complementary color
Monochromatic Colors of #547C82
Black with #547C82
Text Example
Text Example
White with #547C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C82; }
p { color: rgb(84,124,130); }
H1.HeaderClassName
{
color: #547C82;
}
.AnyTagClassName
{
color: #547C82;
}
</style>
background-color css
<style>
a { background-color: #547C82; }
a { background-color: rgb(84,124,130); }
div.DivClassName
{
background-color: #547C82;
}
.BgClassName
{
background-color: #547C82;
}
</style>
border-color css
<style>
span { border-color: #547C82; }
span { border-color: rgb(84,124,130); }
td.TdClassName
{
border-color: #547C82;
}
.TagClassName
{
border-color: #547C82;
}
</style>