Shades of Fountain Blue #55A4B2
Tints of Fountain Blue #55A4B2
RGB
CMYK
RGB Variations
Color information
#55A4B2 (or 0x55A4B2) is known color: Fountain Blue. HEX triplet: 55, A4 and B2. RGB value is (85,164,178). Sum of RGB (Red+Green+Blue) = 85+164+178=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #55A4B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A4B2 is #AA5B4D. Grayscale: #8D8D8D. Windows color (decimal): -11164494 or 11707477. OLE color: 11707477.
HSL color Cylindrical-coordinate representation of color #55A4B2: hue angle of 189.03º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55A4B2 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 164 | 178 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.30 |
| HSL | 189.03º | 0.38% | 0.52% | - |
| HSV(B) | 189.03º | 0.52% | 0.7% | - |
| XYZ | 25.06 | 31.7 | 46.92 | - |
| YUV | 141.98 | 148.33 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 178 | 0.52 | 0.08 | 0 | 0.30 | 189.03 | 0.38 | 0.52 |
| Hex | 55 | A4 | B2 | 34 | 8 | 0 | 1E | BD | 26 | 34 |
| Octal | 125 | 244 | 262 | 64 | 10 | 0 | 36 | 275 | 46 | 64 |
| Binary | 1010101 | 10100100 | 10110010 | 110100 | 1000 | 0 | 11110 | 10111101 | 100110 | 110100 |
Color Harmonies of #55A4B2
Complementary color
Monochromatic Colors of #55A4B2
Black with #55A4B2
Text Example
Text Example
White with #55A4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4B2; }
p { color: rgb(85,164,178); }
H1.HeaderClassName
{
color: #55A4B2;
}
.AnyTagClassName
{
color: #55A4B2;
}
</style>
background-color css
<style>
a { background-color: #55A4B2; }
a { background-color: rgb(85,164,178); }
div.DivClassName
{
background-color: #55A4B2;
}
.BgClassName
{
background-color: #55A4B2;
}
</style>
border-color css
<style>
span { border-color: #55A4B2; }
span { border-color: rgb(85,164,178); }
td.TdClassName
{
border-color: #55A4B2;
}
.TagClassName
{
border-color: #55A4B2;
}
</style>