Shades of Fountain Blue #56BBB5
Tints of Fountain Blue #56BBB5
RGB
CMYK
RGB Variations
Color information
#56BBB5 (or 0x56BBB5) is known color: Fountain Blue. HEX triplet: 56, BB and B5. RGB value is (86,187,181). Sum of RGB (Red+Green+Blue) = 86+187+181=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #56BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBB5 is #A9444A. Grayscale: #9C9C9C. Windows color (decimal): -11093067 or 11909974. OLE color: 11909974.
HSL color Cylindrical-coordinate representation of color #56BBB5: hue angle of 176.44º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BBB5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 181 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.27 |
| HSL | 176.44º | 0.43% | 0.54% | - |
| HSV(B) | 176.44º | 0.54% | 0.73% | - |
| XYZ | 29.95 | 40.86 | 50.02 | - |
| YUV | 156.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 181 | 0.54 | 0 | 0.03 | 0.27 | 176.44 | 0.43 | 0.54 |
| Hex | 56 | BB | B5 | 36 | 0 | 3 | 1B | B0 | 2B | 36 |
| Octal | 126 | 273 | 265 | 66 | 0 | 3 | 33 | 260 | 53 | 66 |
| Binary | 1010110 | 10111011 | 10110101 | 110110 | 0 | 11 | 11011 | 10110000 | 101011 | 110110 |
Color Harmonies of #56BBB5
Complementary color
Monochromatic Colors of #56BBB5
Black with #56BBB5
Text Example
Text Example
White with #56BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBB5; }
p { color: rgb(86,187,181); }
H1.HeaderClassName
{
color: #56BBB5;
}
.AnyTagClassName
{
color: #56BBB5;
}
</style>
background-color css
<style>
a { background-color: #56BBB5; }
a { background-color: rgb(86,187,181); }
div.DivClassName
{
background-color: #56BBB5;
}
.BgClassName
{
background-color: #56BBB5;
}
</style>
border-color css
<style>
span { border-color: #56BBB5; }
span { border-color: rgb(86,187,181); }
td.TdClassName
{
border-color: #56BBB5;
}
.TagClassName
{
border-color: #56BBB5;
}
</style>