Shades of Paradiso #547B83
Tints of Paradiso #547B83
RGB
CMYK
RGB Variations
Color information
#547B83 (or 0x547B83) is known color: Paradiso. HEX triplet: 54, 7B and 83. RGB value is (84,123,131). Sum of RGB (Red+Green+Blue) = 84+123+131=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #547B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547B83 is #AB847C. Grayscale: #707070. Windows color (decimal): -11240573 or 8616788. OLE color: 8616788.
HSL color Cylindrical-coordinate representation of color #547B83: hue angle of 190.21º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #547B83 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 123 | 131 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.49 |
| HSL | 190.21º | 0.22% | 0.42% | - |
| HSV(B) | 190.21º | 0.36% | 0.51% | - |
| XYZ | 14.84 | 17.69 | 24.11 | - |
| YUV | 112.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 123 | 131 | 0.36 | 0.06 | 0 | 0.49 | 190.21 | 0.22 | 0.42 |
| Hex | 54 | 7B | 83 | 24 | 6 | 0 | 31 | BE | 16 | 2A |
| Octal | 124 | 173 | 203 | 44 | 6 | 0 | 61 | 276 | 26 | 52 |
| Binary | 1010100 | 1111011 | 10000011 | 100100 | 110 | 0 | 110001 | 10111110 | 10110 | 101010 |
Color Harmonies of #547B83
Complementary color
Monochromatic Colors of #547B83
Black with #547B83
Text Example
Text Example
White with #547B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547B83; }
p { color: rgb(84,123,131); }
H1.HeaderClassName
{
color: #547B83;
}
.AnyTagClassName
{
color: #547B83;
}
</style>
background-color css
<style>
a { background-color: #547B83; }
a { background-color: rgb(84,123,131); }
div.DivClassName
{
background-color: #547B83;
}
.BgClassName
{
background-color: #547B83;
}
</style>
border-color css
<style>
span { border-color: #547B83; }
span { border-color: rgb(84,123,131); }
td.TdClassName
{
border-color: #547B83;
}
.TagClassName
{
border-color: #547B83;
}
</style>