Shades of Fountain Blue #55A2AF
Tints of Fountain Blue #55A2AF
RGB
CMYK
RGB Variations
Color information
#55A2AF (or 0x55A2AF) is known color: Fountain Blue. HEX triplet: 55, A2 and AF. RGB value is (85,162,175). Sum of RGB (Red+Green+Blue) = 85+162+175=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #55A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A2AF is #AA5D50. Grayscale: #8C8C8C. Windows color (decimal): -11165009 or 11510357. OLE color: 11510357.
HSL color Cylindrical-coordinate representation of color #55A2AF: hue angle of 188.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 #55A2AF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 162 | 175 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.31 |
| HSL | 188.67º | 0.36% | 0.51% | - |
| HSV(B) | 188.67º | 0.51% | 0.69% | - |
| XYZ | 24.4 | 30.87 | 45.23 | - |
| YUV | 140.46 | 147.49 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 175 | 0.51 | 0.07 | 0 | 0.31 | 188.67 | 0.36 | 0.51 |
| Hex | 55 | A2 | AF | 33 | 7 | 0 | 1F | BD | 24 | 33 |
| Octal | 125 | 242 | 257 | 63 | 7 | 0 | 37 | 275 | 44 | 63 |
| Binary | 1010101 | 10100010 | 10101111 | 110011 | 111 | 0 | 11111 | 10111101 | 100100 | 110011 |
Color Harmonies of #55A2AF
Complementary color
Monochromatic Colors of #55A2AF
Black with #55A2AF
Text Example
Text Example
White with #55A2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2AF; }
p { color: rgb(85,162,175); }
H1.HeaderClassName
{
color: #55A2AF;
}
.AnyTagClassName
{
color: #55A2AF;
}
</style>
background-color css
<style>
a { background-color: #55A2AF; }
a { background-color: rgb(85,162,175); }
div.DivClassName
{
background-color: #55A2AF;
}
.BgClassName
{
background-color: #55A2AF;
}
</style>
border-color css
<style>
span { border-color: #55A2AF; }
span { border-color: rgb(85,162,175); }
td.TdClassName
{
border-color: #55A2AF;
}
.TagClassName
{
border-color: #55A2AF;
}
</style>