Shades of Fountain Blue #55A9AF
Tints of Fountain Blue #55A9AF
RGB
CMYK
RGB Variations
Color information
#55A9AF (or 0x55A9AF) is known color: Fountain Blue. HEX triplet: 55, A9 and AF. RGB value is (85,169,175). Sum of RGB (Red+Green+Blue) = 85+169+175=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A9AF is #AA5650. Grayscale: #909090. Windows color (decimal): -11163217 or 11512149. OLE color: 11512149.
HSL color Cylindrical-coordinate representation of color #55A9AF: hue angle of 184º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A9AF is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 169 | 175 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.31 |
| HSL | 184º | 0.36% | 0.51% | - |
| HSV(B) | 184º | 0.51% | 0.69% | - |
| XYZ | 25.67 | 33.4 | 45.65 | - |
| YUV | 144.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 169 | 175 | 0.51 | 0.03 | 0 | 0.31 | 184 | 0.36 | 0.51 |
| Hex | 55 | A9 | AF | 33 | 3 | 0 | 1F | B8 | 24 | 33 |
| Octal | 125 | 251 | 257 | 63 | 3 | 0 | 37 | 270 | 44 | 63 |
| Binary | 1010101 | 10101001 | 10101111 | 110011 | 11 | 0 | 11111 | 10111000 | 100100 | 110011 |
Color Harmonies of #55A9AF
Complementary color
Monochromatic Colors of #55A9AF
Black with #55A9AF
Text Example
Text Example
White with #55A9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A9AF; }
p { color: rgb(85,169,175); }
H1.HeaderClassName
{
color: #55A9AF;
}
.AnyTagClassName
{
color: #55A9AF;
}
</style>
background-color css
<style>
a { background-color: #55A9AF; }
a { background-color: rgb(85,169,175); }
div.DivClassName
{
background-color: #55A9AF;
}
.BgClassName
{
background-color: #55A9AF;
}
</style>
border-color css
<style>
span { border-color: #55A9AF; }
span { border-color: rgb(85,169,175); }
td.TdClassName
{
border-color: #55A9AF;
}
.TagClassName
{
border-color: #55A9AF;
}
</style>