Shades of Paradiso #547F82
Tints of Paradiso #547F82
RGB
CMYK
RGB Variations
Color information
#547F82 (or 0x547F82) is known color: Paradiso. HEX triplet: 54, 7F and 82. RGB value is (84,127,130). Sum of RGB (Red+Green+Blue) = 84+127+130=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 130 - color contains mainly: blue. Hex color #547F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547F82 is #AB807D. Grayscale: #727272. Windows color (decimal): -11239550 or 8552276. OLE color: 8552276.
HSL color Cylindrical-coordinate representation of color #547F82: hue angle of 183.91º 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 #547F82 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 127 | 130 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.49 |
| HSL | 183.91º | 0.21% | 0.42% | - |
| HSV(B) | 183.91º | 0.35% | 0.51% | - |
| XYZ | 15.27 | 18.68 | 23.92 | - |
| YUV | 114.49 | 136.75 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 130 | 0.35 | 0.02 | 0 | 0.49 | 183.91 | 0.21 | 0.42 |
| Hex | 54 | 7F | 82 | 23 | 2 | 0 | 31 | B8 | 15 | 2A |
| Octal | 124 | 177 | 202 | 43 | 2 | 0 | 61 | 270 | 25 | 52 |
| Binary | 1010100 | 1111111 | 10000010 | 100011 | 10 | 0 | 110001 | 10111000 | 10101 | 101010 |
Color Harmonies of #547F82
Complementary color
Monochromatic Colors of #547F82
Black with #547F82
Text Example
Text Example
White with #547F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F82; }
p { color: rgb(84,127,130); }
H1.HeaderClassName
{
color: #547F82;
}
.AnyTagClassName
{
color: #547F82;
}
</style>
background-color css
<style>
a { background-color: #547F82; }
a { background-color: rgb(84,127,130); }
div.DivClassName
{
background-color: #547F82;
}
.BgClassName
{
background-color: #547F82;
}
</style>
border-color css
<style>
span { border-color: #547F82; }
span { border-color: rgb(84,127,130); }
td.TdClassName
{
border-color: #547F82;
}
.TagClassName
{
border-color: #547F82;
}
</style>