Shades of Paradiso #548185
Tints of Paradiso #548185
RGB
CMYK
RGB Variations
Color information
#548185 (or 0x548185) is known color: Paradiso. HEX triplet: 54, 81 and 85. RGB value is (84,129,133). Sum of RGB (Red+Green+Blue) = 84+129+133=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #548185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548185 is #AB7E7A. Grayscale: #737373. Windows color (decimal): -11239035 or 8749396. OLE color: 8749396.
HSL color Cylindrical-coordinate representation of color #548185: hue angle of 184.9º 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 #548185 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 129 | 133 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.48 |
| HSL | 184.9º | 0.23% | 0.43% | - |
| HSV(B) | 184.9º | 0.37% | 0.52% | - |
| XYZ | 15.74 | 19.28 | 25.08 | - |
| YUV | 116 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 129 | 133 | 0.37 | 0.03 | 0 | 0.48 | 184.9 | 0.23 | 0.43 |
| Hex | 54 | 81 | 85 | 25 | 3 | 0 | 30 | B9 | 17 | 2B |
| Octal | 124 | 201 | 205 | 45 | 3 | 0 | 60 | 271 | 27 | 53 |
| Binary | 1010100 | 10000001 | 10000101 | 100101 | 11 | 0 | 110000 | 10111001 | 10111 | 101011 |
Color Harmonies of #548185
Complementary color
Monochromatic Colors of #548185
Black with #548185
Text Example
Text Example
White with #548185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548185; }
p { color: rgb(84,129,133); }
H1.HeaderClassName
{
color: #548185;
}
.AnyTagClassName
{
color: #548185;
}
</style>
background-color css
<style>
a { background-color: #548185; }
a { background-color: rgb(84,129,133); }
div.DivClassName
{
background-color: #548185;
}
.BgClassName
{
background-color: #548185;
}
</style>
border-color css
<style>
span { border-color: #548185; }
span { border-color: rgb(84,129,133); }
td.TdClassName
{
border-color: #548185;
}
.TagClassName
{
border-color: #548185;
}
</style>