Shades of Paradiso #547C81
Tints of Paradiso #547C81
RGB
CMYK
RGB Variations
Color information
#547C81 (or 0x547C81) is known color: Paradiso. HEX triplet: 54, 7C and 81. RGB value is (84,124,129). Sum of RGB (Red+Green+Blue) = 84+124+129=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #547C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547C81 is #AB837E. Grayscale: #707070. Windows color (decimal): -11240319 or 8485972. OLE color: 8485972.
HSL color Cylindrical-coordinate representation of color #547C81: hue angle of 186.67º 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 #547C81 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 124 | 129 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.49 |
| HSL | 186.67º | 0.21% | 0.42% | - |
| HSV(B) | 186.67º | 0.35% | 0.51% | - |
| XYZ | 14.83 | 17.89 | 23.44 | - |
| YUV | 112.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 124 | 129 | 0.35 | 0.04 | 0 | 0.49 | 186.67 | 0.21 | 0.42 |
| Hex | 54 | 7C | 81 | 23 | 4 | 0 | 31 | BB | 15 | 2A |
| Octal | 124 | 174 | 201 | 43 | 4 | 0 | 61 | 273 | 25 | 52 |
| Binary | 1010100 | 1111100 | 10000001 | 100011 | 100 | 0 | 110001 | 10111011 | 10101 | 101010 |
Color Harmonies of #547C81
Complementary color
Monochromatic Colors of #547C81
Black with #547C81
Text Example
Text Example
White with #547C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547C81; }
p { color: rgb(84,124,129); }
H1.HeaderClassName
{
color: #547C81;
}
.AnyTagClassName
{
color: #547C81;
}
</style>
background-color css
<style>
a { background-color: #547C81; }
a { background-color: rgb(84,124,129); }
div.DivClassName
{
background-color: #547C81;
}
.BgClassName
{
background-color: #547C81;
}
</style>
border-color css
<style>
span { border-color: #547C81; }
span { border-color: rgb(84,124,129); }
td.TdClassName
{
border-color: #547C81;
}
.TagClassName
{
border-color: #547C81;
}
</style>