Shades of Fountain Blue #56ABAB
Tints of Fountain Blue #56ABAB
RGB
CMYK
RGB Variations
Color information
#56ABAB (or 0x56ABAB) is known color: Fountain Blue. HEX triplet: 56, AB and AB. RGB value is (86,171,171). Sum of RGB (Red+Green+Blue) = 86+171+171=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #56ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56ABAB is #A95454. Grayscale: #919191. Windows color (decimal): -11097173 or 11250518. OLE color: 11250518.
HSL color Cylindrical-coordinate representation of color #56ABAB: hue angle of 180º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56ABAB is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 171 | - |
| CMYK | 0.50 | 0 | 0 | 0.33 |
| HSL | 180º | 0.34% | 0.5% | - |
| HSV(B) | 180º | 0.5% | 0.67% | - |
| XYZ | 25.75 | 34.04 | 43.74 | - |
| YUV | 145.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 171 | 0.50 | 0 | 0 | 0.33 | 180 | 0.34 | 0.5 |
| Hex | 56 | AB | AB | 32 | 0 | 0 | 21 | B4 | 22 | 32 |
| Octal | 126 | 253 | 253 | 62 | 0 | 0 | 41 | 264 | 42 | 62 |
| Binary | 1010110 | 10101011 | 10101011 | 110010 | 0 | 0 | 100001 | 10110100 | 100010 | 110010 |
Color Harmonies of #56ABAB
Complementary color
Monochromatic Colors of #56ABAB
Black with #56ABAB
Text Example
Text Example
White with #56ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABAB; }
p { color: rgb(86,171,171); }
H1.HeaderClassName
{
color: #56ABAB;
}
.AnyTagClassName
{
color: #56ABAB;
}
</style>
background-color css
<style>
a { background-color: #56ABAB; }
a { background-color: rgb(86,171,171); }
div.DivClassName
{
background-color: #56ABAB;
}
.BgClassName
{
background-color: #56ABAB;
}
</style>
border-color css
<style>
span { border-color: #56ABAB; }
span { border-color: rgb(86,171,171); }
td.TdClassName
{
border-color: #56ABAB;
}
.TagClassName
{
border-color: #56ABAB;
}
</style>