Shades of Fountain Blue #56ADB7
Tints of Fountain Blue #56ADB7
RGB
CMYK
RGB Variations
Color information
#56ADB7 (or 0x56ADB7) is known color: Fountain Blue. HEX triplet: 56, AD and B7. RGB value is (86,173,183). Sum of RGB (Red+Green+Blue) = 86+173+183=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 183 (71.88% from 255 or 41.40% from 442); Max value from RGB is 183 - color contains mainly: blue. Hex color #56ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADB7 is #A95248. Grayscale: #949494. Windows color (decimal): -11096649 or 12037462. OLE color: 12037462.
HSL color Cylindrical-coordinate representation of color #56ADB7: hue angle of 186.19º 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 #56ADB7 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 173 | 183 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.28 |
| HSL | 186.19º | 0.4% | 0.53% | - |
| HSV(B) | 186.19º | 0.53% | 0.72% | - |
| XYZ | 27.33 | 35.28 | 50.17 | - |
| YUV | 148.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 183 | 0.53 | 0.05 | 0 | 0.28 | 186.19 | 0.4 | 0.53 |
| Hex | 56 | AD | B7 | 35 | 5 | 0 | 1C | BA | 28 | 35 |
| Octal | 126 | 255 | 267 | 65 | 5 | 0 | 34 | 272 | 50 | 65 |
| Binary | 1010110 | 10101101 | 10110111 | 110101 | 101 | 0 | 11100 | 10111010 | 101000 | 110101 |
Color Harmonies of #56ADB7
Complementary color
Monochromatic Colors of #56ADB7
Black with #56ADB7
Text Example
Text Example
White with #56ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADB7; }
p { color: rgb(86,173,183); }
H1.HeaderClassName
{
color: #56ADB7;
}
.AnyTagClassName
{
color: #56ADB7;
}
</style>
background-color css
<style>
a { background-color: #56ADB7; }
a { background-color: rgb(86,173,183); }
div.DivClassName
{
background-color: #56ADB7;
}
.BgClassName
{
background-color: #56ADB7;
}
</style>
border-color css
<style>
span { border-color: #56ADB7; }
span { border-color: rgb(86,173,183); }
td.TdClassName
{
border-color: #56ADB7;
}
.TagClassName
{
border-color: #56ADB7;
}
</style>