Shades of Paradiso #548588
Tints of Paradiso #548588
RGB
CMYK
RGB Variations
Color information
#548588 (or 0x548588) is known color: Paradiso. HEX triplet: 54, 85 and 88. RGB value is (84,133,136). Sum of RGB (Red+Green+Blue) = 84+133+136=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #548588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548588 is #AB7A77. Grayscale: #767676. Windows color (decimal): -11238008 or 8947028. OLE color: 8947028.
HSL color Cylindrical-coordinate representation of color #548588: hue angle of 183.46º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #548588 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 133 | 136 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.47 |
| HSL | 183.46º | 0.24% | 0.43% | - |
| HSV(B) | 183.46º | 0.38% | 0.53% | - |
| XYZ | 16.49 | 20.44 | 26.37 | - |
| YUV | 118.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 136 | 0.38 | 0.02 | 0 | 0.47 | 183.46 | 0.24 | 0.43 |
| Hex | 54 | 85 | 88 | 26 | 2 | 0 | 2F | B7 | 18 | 2B |
| Octal | 124 | 205 | 210 | 46 | 2 | 0 | 57 | 267 | 30 | 53 |
| Binary | 1010100 | 10000101 | 10001000 | 100110 | 10 | 0 | 101111 | 10110111 | 11000 | 101011 |
Color Harmonies of #548588
Complementary color
Monochromatic Colors of #548588
Black with #548588
Text Example
Text Example
White with #548588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548588; }
p { color: rgb(84,133,136); }
H1.HeaderClassName
{
color: #548588;
}
.AnyTagClassName
{
color: #548588;
}
</style>
background-color css
<style>
a { background-color: #548588; }
a { background-color: rgb(84,133,136); }
div.DivClassName
{
background-color: #548588;
}
.BgClassName
{
background-color: #548588;
}
</style>
border-color css
<style>
span { border-color: #548588; }
span { border-color: rgb(84,133,136); }
td.TdClassName
{
border-color: #548588;
}
.TagClassName
{
border-color: #548588;
}
</style>