Shades of Fountain Blue #56AAB5
Tints of Fountain Blue #56AAB5
RGB
CMYK
RGB Variations
Color information
#56AAB5 (or 0x56AAB5) is known color: Fountain Blue. HEX triplet: 56, AA and B5. RGB value is (86,170,181). Sum of RGB (Red+Green+Blue) = 86+170+181=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 181 - color contains mainly: blue. Hex color #56AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AAB5 is #A9554A. Grayscale: #929292. Windows color (decimal): -11097419 or 11905622. OLE color: 11905622.
HSL color Cylindrical-coordinate representation of color #56AAB5: hue angle of 186.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56AAB5 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 86 | 170 | 181 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.29 |
| HSL | 186.95º | 0.39% | 0.52% | - |
| HSV(B) | 186.95º | 0.52% | 0.71% | - |
| XYZ | 26.55 | 34.06 | 48.89 | - |
| YUV | 146.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 181 | 0.52 | 0.06 | 0 | 0.29 | 186.95 | 0.39 | 0.52 |
| Hex | 56 | AA | B5 | 34 | 6 | 0 | 1D | BB | 27 | 34 |
| Octal | 126 | 252 | 265 | 64 | 6 | 0 | 35 | 273 | 47 | 64 |
| Binary | 1010110 | 10101010 | 10110101 | 110100 | 110 | 0 | 11101 | 10111011 | 100111 | 110100 |
Color Harmonies of #56AAB5
Complementary color
Monochromatic Colors of #56AAB5
Black with #56AAB5
Text Example
Text Example
White with #56AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AAB5; }
p { color: rgb(86,170,181); }
H1.HeaderClassName
{
color: #56AAB5;
}
.AnyTagClassName
{
color: #56AAB5;
}
</style>
background-color css
<style>
a { background-color: #56AAB5; }
a { background-color: rgb(86,170,181); }
div.DivClassName
{
background-color: #56AAB5;
}
.BgClassName
{
background-color: #56AAB5;
}
</style>
border-color css
<style>
span { border-color: #56AAB5; }
span { border-color: rgb(86,170,181); }
td.TdClassName
{
border-color: #56AAB5;
}
.TagClassName
{
border-color: #56AAB5;
}
</style>