Shades of Fountain Blue #55A7B7
Tints of Fountain Blue #55A7B7
RGB
CMYK
RGB Variations
Color information
#55A7B7 (or 0x55A7B7) is known color: Fountain Blue. HEX triplet: 55, A7 and B7. RGB value is (85,167,183). Sum of RGB (Red+Green+Blue) = 85+167+183=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #55A7B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A7B7 is #AA5848. Grayscale: #909090. Windows color (decimal): -11163721 or 12035925. OLE color: 12035925.
HSL color Cylindrical-coordinate representation of color #55A7B7: hue angle of 189.8º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55A7B7 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 167 | 183 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.28 |
| HSL | 189.8º | 0.4% | 0.53% | - |
| HSV(B) | 189.8º | 0.54% | 0.72% | - |
| XYZ | 26.11 | 32.99 | 49.79 | - |
| YUV | 144.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 183 | 0.54 | 0.09 | 0 | 0.28 | 189.8 | 0.4 | 0.53 |
| Hex | 55 | A7 | B7 | 36 | 9 | 0 | 1C | BE | 28 | 35 |
| Octal | 125 | 247 | 267 | 66 | 11 | 0 | 34 | 276 | 50 | 65 |
| Binary | 1010101 | 10100111 | 10110111 | 110110 | 1001 | 0 | 11100 | 10111110 | 101000 | 110101 |
Color Harmonies of #55A7B7
Complementary color
Monochromatic Colors of #55A7B7
Black with #55A7B7
Text Example
Text Example
White with #55A7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A7B7; }
p { color: rgb(85,167,183); }
H1.HeaderClassName
{
color: #55A7B7;
}
.AnyTagClassName
{
color: #55A7B7;
}
</style>
background-color css
<style>
a { background-color: #55A7B7; }
a { background-color: rgb(85,167,183); }
div.DivClassName
{
background-color: #55A7B7;
}
.BgClassName
{
background-color: #55A7B7;
}
</style>
border-color css
<style>
span { border-color: #55A7B7; }
span { border-color: rgb(85,167,183); }
td.TdClassName
{
border-color: #55A7B7;
}
.TagClassName
{
border-color: #55A7B7;
}
</style>