Shades of Fountain Blue #55B7B4
Tints of Fountain Blue #55B7B4
RGB
CMYK
RGB Variations
Color information
#55B7B4 (or 0x55B7B4) is known color: Fountain Blue. HEX triplet: 55, B7 and B4. RGB value is (85,183,180). Sum of RGB (Red+Green+Blue) = 85+183+180=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #55B7B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7B4 is #AA484B. Grayscale: #999999. Windows color (decimal): -11159628 or 11843413. OLE color: 11843413.
HSL color Cylindrical-coordinate representation of color #55B7B4: hue angle of 178.16º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B7B4 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 180 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.28 |
| HSL | 178.16º | 0.4% | 0.53% | - |
| HSV(B) | 178.16º | 0.54% | 0.72% | - |
| XYZ | 28.92 | 39.09 | 49.2 | - |
| YUV | 153.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 180 | 0.54 | 0 | 0.02 | 0.28 | 178.16 | 0.4 | 0.53 |
| Hex | 55 | B7 | B4 | 36 | 0 | 2 | 1C | B2 | 28 | 35 |
| Octal | 125 | 267 | 264 | 66 | 0 | 2 | 34 | 262 | 50 | 65 |
| Binary | 1010101 | 10110111 | 10110100 | 110110 | 0 | 10 | 11100 | 10110010 | 101000 | 110101 |
Color Harmonies of #55B7B4
Complementary color
Monochromatic Colors of #55B7B4
Black with #55B7B4
Text Example
Text Example
White with #55B7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7B4; }
p { color: rgb(85,183,180); }
H1.HeaderClassName
{
color: #55B7B4;
}
.AnyTagClassName
{
color: #55B7B4;
}
</style>
background-color css
<style>
a { background-color: #55B7B4; }
a { background-color: rgb(85,183,180); }
div.DivClassName
{
background-color: #55B7B4;
}
.BgClassName
{
background-color: #55B7B4;
}
</style>
border-color css
<style>
span { border-color: #55B7B4; }
span { border-color: rgb(85,183,180); }
td.TdClassName
{
border-color: #55B7B4;
}
.TagClassName
{
border-color: #55B7B4;
}
</style>