Shades of Fountain Blue #56BAB5
Tints of Fountain Blue #56BAB5
RGB
CMYK
RGB Variations
Color information
#56BAB5 (or 0x56BAB5) is known color: Fountain Blue. HEX triplet: 56, BA and B5. RGB value is (86,186,181). Sum of RGB (Red+Green+Blue) = 86+186+181=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #56BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BAB5 is #A9454A. Grayscale: #9B9B9B. Windows color (decimal): -11093323 or 11909718. OLE color: 11909718.
HSL color Cylindrical-coordinate representation of color #56BAB5: hue angle of 177º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BAB5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 181 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.27 |
| HSL | 177º | 0.42% | 0.53% | - |
| HSV(B) | 177º | 0.54% | 0.73% | - |
| XYZ | 29.74 | 40.43 | 49.95 | - |
| YUV | 155.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 181 | 0.54 | 0 | 0.03 | 0.27 | 177 | 0.42 | 0.53 |
| Hex | 56 | BA | B5 | 36 | 0 | 3 | 1B | B1 | 2A | 35 |
| Octal | 126 | 272 | 265 | 66 | 0 | 3 | 33 | 261 | 52 | 65 |
| Binary | 1010110 | 10111010 | 10110101 | 110110 | 0 | 11 | 11011 | 10110001 | 101010 | 110101 |
Color Harmonies of #56BAB5
Complementary color
Monochromatic Colors of #56BAB5
Black with #56BAB5
Text Example
Text Example
White with #56BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BAB5; }
p { color: rgb(86,186,181); }
H1.HeaderClassName
{
color: #56BAB5;
}
.AnyTagClassName
{
color: #56BAB5;
}
</style>
background-color css
<style>
a { background-color: #56BAB5; }
a { background-color: rgb(86,186,181); }
div.DivClassName
{
background-color: #56BAB5;
}
.BgClassName
{
background-color: #56BAB5;
}
</style>
border-color css
<style>
span { border-color: #56BAB5; }
span { border-color: rgb(86,186,181); }
td.TdClassName
{
border-color: #56BAB5;
}
.TagClassName
{
border-color: #56BAB5;
}
</style>