Shades of Paradiso #547B82
Tints of Paradiso #547B82
RGB
CMYK
RGB Variations
Color information
#547B82 (or 0x547B82) is known color: Paradiso. HEX triplet: 54, 7B and 82. RGB value is (84,123,130). Sum of RGB (Red+Green+Blue) = 84+123+130=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #547B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B82 is #AB847D. Grayscale: #707070. Windows color (decimal): -11240574 or 8551252. OLE color: 8551252.
HSL color Cylindrical-coordinate representation of color #547B82: hue angle of 189.13º 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 #547B82 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 123 | 130 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.49 |
| HSL | 189.13º | 0.21% | 0.42% | - |
| HSV(B) | 189.13º | 0.35% | 0.51% | - |
| XYZ | 14.77 | 17.66 | 23.75 | - |
| YUV | 112.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 130 | 0.35 | 0.05 | 0 | 0.49 | 189.13 | 0.21 | 0.42 |
| Hex | 54 | 7B | 82 | 23 | 5 | 0 | 31 | BD | 15 | 2A |
| Octal | 124 | 173 | 202 | 43 | 5 | 0 | 61 | 275 | 25 | 52 |
| Binary | 1010100 | 1111011 | 10000010 | 100011 | 101 | 0 | 110001 | 10111101 | 10101 | 101010 |
Color Harmonies of #547B82
Complementary color
Monochromatic Colors of #547B82
Black with #547B82
Text Example
Text Example
White with #547B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B82; }
p { color: rgb(84,123,130); }
H1.HeaderClassName
{
color: #547B82;
}
.AnyTagClassName
{
color: #547B82;
}
</style>
background-color css
<style>
a { background-color: #547B82; }
a { background-color: rgb(84,123,130); }
div.DivClassName
{
background-color: #547B82;
}
.BgClassName
{
background-color: #547B82;
}
</style>
border-color css
<style>
span { border-color: #547B82; }
span { border-color: rgb(84,123,130); }
td.TdClassName
{
border-color: #547B82;
}
.TagClassName
{
border-color: #547B82;
}
</style>