Shades of Fountain Blue #56ABAC
Tints of Fountain Blue #56ABAC
RGB
CMYK
RGB Variations
Color information
#56ABAC (or 0x56ABAC) is known color: Fountain Blue. HEX triplet: 56, AB and AC. RGB value is (86,171,172). Sum of RGB (Red+Green+Blue) = 86+171+172=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #56ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABAC is #A95453. Grayscale: #919191. Windows color (decimal): -11097172 or 11316054. OLE color: 11316054.
HSL color Cylindrical-coordinate representation of color #56ABAC: hue angle of 180.7º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ABAC is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 172 | - |
| CMYK | 0.5 | 0.01 | 0 | 0.33 |
| HSL | 180.7º | 0.34% | 0.51% | - |
| HSV(B) | 180.7º | 0.5% | 0.67% | - |
| XYZ | 25.85 | 34.08 | 44.25 | - |
| YUV | 145.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 172 | 0.5 | 0.01 | 0 | 0.33 | 180.7 | 0.34 | 0.51 |
| Hex | 56 | AB | AC | 32 | 1 | 0 | 21 | B5 | 22 | 33 |
| Octal | 126 | 253 | 254 | 62 | 1 | 0 | 41 | 265 | 42 | 63 |
| Binary | 1010110 | 10101011 | 10101100 | 110010 | 1 | 0 | 100001 | 10110101 | 100010 | 110011 |
Color Harmonies of #56ABAC
Complementary color
Monochromatic Colors of #56ABAC
Black with #56ABAC
Text Example
Text Example
White with #56ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABAC; }
p { color: rgb(86,171,172); }
H1.HeaderClassName
{
color: #56ABAC;
}
.AnyTagClassName
{
color: #56ABAC;
}
</style>
background-color css
<style>
a { background-color: #56ABAC; }
a { background-color: rgb(86,171,172); }
div.DivClassName
{
background-color: #56ABAC;
}
.BgClassName
{
background-color: #56ABAC;
}
</style>
border-color css
<style>
span { border-color: #56ABAC; }
span { border-color: rgb(86,171,172); }
td.TdClassName
{
border-color: #56ABAC;
}
.TagClassName
{
border-color: #56ABAC;
}
</style>