Shades of Paradiso #55828A
Tints of Paradiso #55828A
RGB
CMYK
RGB Variations
Color information
#55828A (or 0x55828A) is known color: Paradiso. HEX triplet: 55, 82 and 8A. RGB value is (85,130,138). Sum of RGB (Red+Green+Blue) = 85+130+138=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #55828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55828A is #AA7D75. Grayscale: #757575. Windows color (decimal): -11173238 or 9077333. OLE color: 9077333.
HSL color Cylindrical-coordinate representation of color #55828A: hue angle of 189.06º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55828A is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 130 | 138 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.46 |
| HSL | 189.06º | 0.24% | 0.44% | - |
| HSV(B) | 189.06º | 0.38% | 0.54% | - |
| XYZ | 16.32 | 19.73 | 26.99 | - |
| YUV | 117.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 138 | 0.38 | 0.06 | 0 | 0.46 | 189.06 | 0.24 | 0.44 |
| Hex | 55 | 82 | 8A | 26 | 6 | 0 | 2E | BD | 18 | 2C |
| Octal | 125 | 202 | 212 | 46 | 6 | 0 | 56 | 275 | 30 | 54 |
| Binary | 1010101 | 10000010 | 10001010 | 100110 | 110 | 0 | 101110 | 10111101 | 11000 | 101100 |
Color Harmonies of #55828A
Complementary color
Monochromatic Colors of #55828A
Black with #55828A
Text Example
Text Example
White with #55828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55828A; }
p { color: rgb(85,130,138); }
H1.HeaderClassName
{
color: #55828A;
}
.AnyTagClassName
{
color: #55828A;
}
</style>
background-color css
<style>
a { background-color: #55828A; }
a { background-color: rgb(85,130,138); }
div.DivClassName
{
background-color: #55828A;
}
.BgClassName
{
background-color: #55828A;
}
</style>
border-color css
<style>
span { border-color: #55828A; }
span { border-color: rgb(85,130,138); }
td.TdClassName
{
border-color: #55828A;
}
.TagClassName
{
border-color: #55828A;
}
</style>