Shades of Fountain Blue #56AAB7
Tints of Fountain Blue #56AAB7
RGB
CMYK
RGB Variations
Color information
#56AAB7 (or 0x56AAB7) is known color: Fountain Blue. HEX triplet: 56, AA and B7. RGB value is (86,170,183). Sum of RGB (Red+Green+Blue) = 86+170+183=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #56AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AAB7 is #A95548. Grayscale: #929292. Windows color (decimal): -11097417 or 12036694. OLE color: 12036694.
HSL color Cylindrical-coordinate representation of color #56AAB7: hue angle of 188.04º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56AAB7 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 170 | 183 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.28 |
| HSL | 188.04º | 0.4% | 0.53% | - |
| HSV(B) | 188.04º | 0.53% | 0.72% | - |
| XYZ | 26.76 | 34.15 | 49.98 | - |
| YUV | 146.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 183 | 0.53 | 0.07 | 0 | 0.28 | 188.04 | 0.4 | 0.53 |
| Hex | 56 | AA | B7 | 35 | 7 | 0 | 1C | BC | 28 | 35 |
| Octal | 126 | 252 | 267 | 65 | 7 | 0 | 34 | 274 | 50 | 65 |
| Binary | 1010110 | 10101010 | 10110111 | 110101 | 111 | 0 | 11100 | 10111100 | 101000 | 110101 |
Color Harmonies of #56AAB7
Complementary color
Monochromatic Colors of #56AAB7
Black with #56AAB7
Text Example
Text Example
White with #56AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AAB7; }
p { color: rgb(86,170,183); }
H1.HeaderClassName
{
color: #56AAB7;
}
.AnyTagClassName
{
color: #56AAB7;
}
</style>
background-color css
<style>
a { background-color: #56AAB7; }
a { background-color: rgb(86,170,183); }
div.DivClassName
{
background-color: #56AAB7;
}
.BgClassName
{
background-color: #56AAB7;
}
</style>
border-color css
<style>
span { border-color: #56AAB7; }
span { border-color: rgb(86,170,183); }
td.TdClassName
{
border-color: #56AAB7;
}
.TagClassName
{
border-color: #56AAB7;
}
</style>