Shades of Fountain Blue #55B4B2
Tints of Fountain Blue #55B4B2
RGB
CMYK
RGB Variations
Color information
#55B4B2 (or 0x55B4B2) is known color: Fountain Blue. HEX triplet: 55, B4 and B2. RGB value is (85,180,178). Sum of RGB (Red+Green+Blue) = 85+180+178=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #55B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B4B2 is #AA4B4D. Grayscale: #979797. Windows color (decimal): -11160398 or 11711573. OLE color: 11711573.
HSL color Cylindrical-coordinate representation of color #55B4B2: hue angle of 178.74º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B4B2 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 180 | 178 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.29 |
| HSL | 178.74º | 0.39% | 0.52% | - |
| HSV(B) | 178.74º | 0.53% | 0.71% | - |
| XYZ | 28.1 | 37.79 | 47.93 | - |
| YUV | 151.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 180 | 178 | 0.53 | 0 | 0.01 | 0.29 | 178.74 | 0.39 | 0.52 |
| Hex | 55 | B4 | B2 | 35 | 0 | 1 | 1D | B3 | 27 | 34 |
| Octal | 125 | 264 | 262 | 65 | 0 | 1 | 35 | 263 | 47 | 64 |
| Binary | 1010101 | 10110100 | 10110010 | 110101 | 0 | 1 | 11101 | 10110011 | 100111 | 110100 |
Color Harmonies of #55B4B2
Complementary color
Monochromatic Colors of #55B4B2
Black with #55B4B2
Text Example
Text Example
White with #55B4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B4B2; }
p { color: rgb(85,180,178); }
H1.HeaderClassName
{
color: #55B4B2;
}
.AnyTagClassName
{
color: #55B4B2;
}
</style>
background-color css
<style>
a { background-color: #55B4B2; }
a { background-color: rgb(85,180,178); }
div.DivClassName
{
background-color: #55B4B2;
}
.BgClassName
{
background-color: #55B4B2;
}
</style>
border-color css
<style>
span { border-color: #55B4B2; }
span { border-color: rgb(85,180,178); }
td.TdClassName
{
border-color: #55B4B2;
}
.TagClassName
{
border-color: #55B4B2;
}
</style>