Shades of Fountain Blue #56A4B2
Tints of Fountain Blue #56A4B2
RGB
CMYK
RGB Variations
Color information
#56A4B2 (or 0x56A4B2) is known color: Fountain Blue. HEX triplet: 56, A4 and B2. RGB value is (86,164,178). Sum of RGB (Red+Green+Blue) = 86+164+178=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #56A4B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A4B2 is #A95B4D. Grayscale: #8E8E8E. Windows color (decimal): -11098958 or 11707478. OLE color: 11707478.
HSL color Cylindrical-coordinate representation of color #56A4B2: hue angle of 189.13º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56A4B2 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 164 | 178 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.30 |
| HSL | 189.13º | 0.37% | 0.52% | - |
| HSV(B) | 189.13º | 0.52% | 0.7% | - |
| XYZ | 25.15 | 31.74 | 46.92 | - |
| YUV | 142.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 164 | 178 | 0.52 | 0.08 | 0 | 0.30 | 189.13 | 0.37 | 0.52 |
| Hex | 56 | A4 | B2 | 34 | 8 | 0 | 1E | BD | 25 | 34 |
| Octal | 126 | 244 | 262 | 64 | 10 | 0 | 36 | 275 | 45 | 64 |
| Binary | 1010110 | 10100100 | 10110010 | 110100 | 1000 | 0 | 11110 | 10111101 | 100101 | 110100 |
Color Harmonies of #56A4B2
Complementary color
Monochromatic Colors of #56A4B2
Black with #56A4B2
Text Example
Text Example
White with #56A4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A4B2; }
p { color: rgb(86,164,178); }
H1.HeaderClassName
{
color: #56A4B2;
}
.AnyTagClassName
{
color: #56A4B2;
}
</style>
background-color css
<style>
a { background-color: #56A4B2; }
a { background-color: rgb(86,164,178); }
div.DivClassName
{
background-color: #56A4B2;
}
.BgClassName
{
background-color: #56A4B2;
}
</style>
border-color css
<style>
span { border-color: #56A4B2; }
span { border-color: rgb(86,164,178); }
td.TdClassName
{
border-color: #56A4B2;
}
.TagClassName
{
border-color: #56A4B2;
}
</style>