Shades of Fountain Blue #55A8B6
Tints of Fountain Blue #55A8B6
RGB
CMYK
RGB Variations
Color information
#55A8B6 (or 0x55A8B6) is known color: Fountain Blue. HEX triplet: 55, A8 and B6. RGB value is (85,168,182). Sum of RGB (Red+Green+Blue) = 85+168+182=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 182 - color contains mainly: blue. Hex color #55A8B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8B6 is #AA5749. Grayscale: #909090. Windows color (decimal): -11163466 or 11970645. OLE color: 11970645.
HSL color Cylindrical-coordinate representation of color #55A8B6: hue angle of 188.66º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55A8B6 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 168 | 182 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.29 |
| HSL | 188.66º | 0.4% | 0.52% | - |
| HSV(B) | 188.66º | 0.53% | 0.71% | - |
| XYZ | 26.19 | 33.31 | 49.31 | - |
| YUV | 144.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 182 | 0.53 | 0.08 | 0 | 0.29 | 188.66 | 0.4 | 0.52 |
| Hex | 55 | A8 | B6 | 35 | 8 | 0 | 1D | BD | 28 | 34 |
| Octal | 125 | 250 | 266 | 65 | 10 | 0 | 35 | 275 | 50 | 64 |
| Binary | 1010101 | 10101000 | 10110110 | 110101 | 1000 | 0 | 11101 | 10111101 | 101000 | 110100 |
Color Harmonies of #55A8B6
Complementary color
Monochromatic Colors of #55A8B6
Black with #55A8B6
Text Example
Text Example
White with #55A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8B6; }
p { color: rgb(85,168,182); }
H1.HeaderClassName
{
color: #55A8B6;
}
.AnyTagClassName
{
color: #55A8B6;
}
</style>
background-color css
<style>
a { background-color: #55A8B6; }
a { background-color: rgb(85,168,182); }
div.DivClassName
{
background-color: #55A8B6;
}
.BgClassName
{
background-color: #55A8B6;
}
</style>
border-color css
<style>
span { border-color: #55A8B6; }
span { border-color: rgb(85,168,182); }
td.TdClassName
{
border-color: #55A8B6;
}
.TagClassName
{
border-color: #55A8B6;
}
</style>