Shades of Paradiso #55797E
Tints of Paradiso #55797E
RGB
CMYK
RGB Variations
Color information
#55797E (or 0x55797E) is known color: Paradiso. HEX triplet: 55, 79 and 7E. RGB value is (85,121,126). Sum of RGB (Red+Green+Blue) = 85+121+126=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #55797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55797E is #AA8681. Grayscale: #6E6E6E. Windows color (decimal): -11175554 or 8288597. OLE color: 8288597.
HSL color Cylindrical-coordinate representation of color #55797E: hue angle of 187.32º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55797E is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 121 | 126 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.51 |
| HSL | 187.32º | 0.19% | 0.41% | - |
| HSV(B) | 187.32º | 0.33% | 0.49% | - |
| XYZ | 14.35 | 17.11 | 22.29 | - |
| YUV | 110.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 121 | 126 | 0.33 | 0.04 | 0 | 0.51 | 187.32 | 0.19 | 0.41 |
| Hex | 55 | 79 | 7E | 21 | 4 | 0 | 33 | BB | 13 | 29 |
| Octal | 125 | 171 | 176 | 41 | 4 | 0 | 63 | 273 | 23 | 51 |
| Binary | 1010101 | 1111001 | 1111110 | 100001 | 100 | 0 | 110011 | 10111011 | 10011 | 101001 |
Color Harmonies of #55797E
Complementary color
Monochromatic Colors of #55797E
Black with #55797E
Text Example
Text Example
White with #55797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55797E; }
p { color: rgb(85,121,126); }
H1.HeaderClassName
{
color: #55797E;
}
.AnyTagClassName
{
color: #55797E;
}
</style>
background-color css
<style>
a { background-color: #55797E; }
a { background-color: rgb(85,121,126); }
div.DivClassName
{
background-color: #55797E;
}
.BgClassName
{
background-color: #55797E;
}
</style>
border-color css
<style>
span { border-color: #55797E; }
span { border-color: rgb(85,121,126); }
td.TdClassName
{
border-color: #55797E;
}
.TagClassName
{
border-color: #55797E;
}
</style>