Shades of Paradiso #548085
Tints of Paradiso #548085
RGB
CMYK
RGB Variations
Color information
#548085 (or 0x548085) is known color: Paradiso. HEX triplet: 54, 80 and 85. RGB value is (84,128,133). Sum of RGB (Red+Green+Blue) = 84+128+133=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #548085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548085 is #AB7F7A. Grayscale: #737373. Windows color (decimal): -11239291 or 8749140. OLE color: 8749140.
HSL color Cylindrical-coordinate representation of color #548085: hue angle of 186.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548085 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 128 | 133 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.48 |
| HSL | 186.12º | 0.23% | 0.43% | - |
| HSV(B) | 186.12º | 0.37% | 0.52% | - |
| XYZ | 15.61 | 19.02 | 25.04 | - |
| YUV | 115.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 128 | 133 | 0.37 | 0.04 | 0 | 0.48 | 186.12 | 0.23 | 0.43 |
| Hex | 54 | 80 | 85 | 25 | 4 | 0 | 30 | BA | 17 | 2B |
| Octal | 124 | 200 | 205 | 45 | 4 | 0 | 60 | 272 | 27 | 53 |
| Binary | 1010100 | 10000000 | 10000101 | 100101 | 100 | 0 | 110000 | 10111010 | 10111 | 101011 |
Color Harmonies of #548085
Complementary color
Monochromatic Colors of #548085
Black with #548085
Text Example
Text Example
White with #548085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548085; }
p { color: rgb(84,128,133); }
H1.HeaderClassName
{
color: #548085;
}
.AnyTagClassName
{
color: #548085;
}
</style>
background-color css
<style>
a { background-color: #548085; }
a { background-color: rgb(84,128,133); }
div.DivClassName
{
background-color: #548085;
}
.BgClassName
{
background-color: #548085;
}
</style>
border-color css
<style>
span { border-color: #548085; }
span { border-color: rgb(84,128,133); }
td.TdClassName
{
border-color: #548085;
}
.TagClassName
{
border-color: #548085;
}
</style>