Shades of Fountain Blue #55A5AF
Tints of Fountain Blue #55A5AF
RGB
CMYK
RGB Variations
Color information
#55A5AF (or 0x55A5AF) is known color: Fountain Blue. HEX triplet: 55, A5 and AF. RGB value is (85,165,175). Sum of RGB (Red+Green+Blue) = 85+165+175=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A5AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A5AF is #AA5A50. Grayscale: #8E8E8E. Windows color (decimal): -11164241 or 11511125. OLE color: 11511125.
HSL color Cylindrical-coordinate representation of color #55A5AF: hue angle of 186.67º 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 #55A5AF is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 165 | 175 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.31 |
| HSL | 186.67º | 0.36% | 0.51% | - |
| HSV(B) | 186.67º | 0.51% | 0.69% | - |
| XYZ | 24.94 | 31.94 | 45.41 | - |
| YUV | 142.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 175 | 0.51 | 0.06 | 0 | 0.31 | 186.67 | 0.36 | 0.51 |
| Hex | 55 | A5 | AF | 33 | 6 | 0 | 1F | BB | 24 | 33 |
| Octal | 125 | 245 | 257 | 63 | 6 | 0 | 37 | 273 | 44 | 63 |
| Binary | 1010101 | 10100101 | 10101111 | 110011 | 110 | 0 | 11111 | 10111011 | 100100 | 110011 |
Color Harmonies of #55A5AF
Complementary color
Monochromatic Colors of #55A5AF
Black with #55A5AF
Text Example
Text Example
White with #55A5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A5AF; }
p { color: rgb(85,165,175); }
H1.HeaderClassName
{
color: #55A5AF;
}
.AnyTagClassName
{
color: #55A5AF;
}
</style>
background-color css
<style>
a { background-color: #55A5AF; }
a { background-color: rgb(85,165,175); }
div.DivClassName
{
background-color: #55A5AF;
}
.BgClassName
{
background-color: #55A5AF;
}
</style>
border-color css
<style>
span { border-color: #55A5AF; }
span { border-color: rgb(85,165,175); }
td.TdClassName
{
border-color: #55A5AF;
}
.TagClassName
{
border-color: #55A5AF;
}
</style>