Shades of Fountain Blue #56A7AD
Tints of Fountain Blue #56A7AD
RGB
CMYK
RGB Variations
Color information
#56A7AD (or 0x56A7AD) is known color: Fountain Blue. HEX triplet: 56, A7 and AD. RGB value is (86,167,173). Sum of RGB (Red+Green+Blue) = 86+167+173=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #56A7AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A7AD is #A95852. Grayscale: #8F8F8F. Windows color (decimal): -11098195 or 11380566. OLE color: 11380566.
HSL color Cylindrical-coordinate representation of color #56A7AD: hue angle of 184.14º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56A7AD is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 167 | 173 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.32 |
| HSL | 184.14º | 0.35% | 0.51% | - |
| HSV(B) | 184.14º | 0.5% | 0.68% | - |
| XYZ | 25.2 | 32.63 | 44.51 | - |
| YUV | 143.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 167 | 173 | 0.50 | 0.03 | 0 | 0.32 | 184.14 | 0.35 | 0.51 |
| Hex | 56 | A7 | AD | 32 | 3 | 0 | 20 | B8 | 23 | 33 |
| Octal | 126 | 247 | 255 | 62 | 3 | 0 | 40 | 270 | 43 | 63 |
| Binary | 1010110 | 10100111 | 10101101 | 110010 | 11 | 0 | 100000 | 10111000 | 100011 | 110011 |
Color Harmonies of #56A7AD
Complementary color
Monochromatic Colors of #56A7AD
Black with #56A7AD
Text Example
Text Example
White with #56A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A7AD; }
p { color: rgb(86,167,173); }
H1.HeaderClassName
{
color: #56A7AD;
}
.AnyTagClassName
{
color: #56A7AD;
}
</style>
background-color css
<style>
a { background-color: #56A7AD; }
a { background-color: rgb(86,167,173); }
div.DivClassName
{
background-color: #56A7AD;
}
.BgClassName
{
background-color: #56A7AD;
}
</style>
border-color css
<style>
span { border-color: #56A7AD; }
span { border-color: rgb(86,167,173); }
td.TdClassName
{
border-color: #56A7AD;
}
.TagClassName
{
border-color: #56A7AD;
}
</style>