Shades of Paradiso #547A7F
Tints of Paradiso #547A7F
RGB
CMYK
RGB Variations
Color information
#547A7F (or 0x547A7F) is known color: Paradiso. HEX triplet: 54, 7A and 7F. RGB value is (84,122,127). Sum of RGB (Red+Green+Blue) = 84+122+127=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #547A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A7F is #AB8580. Grayscale: #6F6F6F. Windows color (decimal): -11240833 or 8354388. OLE color: 8354388.
HSL color Cylindrical-coordinate representation of color #547A7F: hue angle of 186.98º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #547A7F is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 122 | 127 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.50 |
| HSL | 186.98º | 0.2% | 0.41% | - |
| HSV(B) | 186.98º | 0.34% | 0.5% | - |
| XYZ | 14.45 | 17.34 | 22.66 | - |
| YUV | 111.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 122 | 127 | 0.34 | 0.04 | 0 | 0.50 | 186.98 | 0.2 | 0.41 |
| Hex | 54 | 7A | 7F | 22 | 4 | 0 | 32 | BB | 14 | 29 |
| Octal | 124 | 172 | 177 | 42 | 4 | 0 | 62 | 273 | 24 | 51 |
| Binary | 1010100 | 1111010 | 1111111 | 100010 | 100 | 0 | 110010 | 10111011 | 10100 | 101001 |
Color Harmonies of #547A7F
Complementary color
Monochromatic Colors of #547A7F
Black with #547A7F
Text Example
Text Example
White with #547A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547A7F; }
p { color: rgb(84,122,127); }
H1.HeaderClassName
{
color: #547A7F;
}
.AnyTagClassName
{
color: #547A7F;
}
</style>
background-color css
<style>
a { background-color: #547A7F; }
a { background-color: rgb(84,122,127); }
div.DivClassName
{
background-color: #547A7F;
}
.BgClassName
{
background-color: #547A7F;
}
</style>
border-color css
<style>
span { border-color: #547A7F; }
span { border-color: rgb(84,122,127); }
td.TdClassName
{
border-color: #547A7F;
}
.TagClassName
{
border-color: #547A7F;
}
</style>