Shades of Fountain Blue #55ADB5
Tints of Fountain Blue #55ADB5
RGB
CMYK
RGB Variations
Color information
#55ADB5 (or 0x55ADB5) is known color: Fountain Blue. HEX triplet: 55, AD and B5. RGB value is (85,173,181). Sum of RGB (Red+Green+Blue) = 85+173+181=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #55ADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADB5 is #AA524A. Grayscale: #939393. Windows color (decimal): -11162187 or 11906389. OLE color: 11906389.
HSL color Cylindrical-coordinate representation of color #55ADB5: hue angle of 185º 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 #55ADB5 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 173 | 181 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.29 |
| HSL | 185º | 0.39% | 0.52% | - |
| HSV(B) | 185º | 0.53% | 0.71% | - |
| XYZ | 27.03 | 35.15 | 49.08 | - |
| YUV | 147.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 181 | 0.53 | 0.04 | 0 | 0.29 | 185 | 0.39 | 0.52 |
| Hex | 55 | AD | B5 | 35 | 4 | 0 | 1D | B9 | 27 | 34 |
| Octal | 125 | 255 | 265 | 65 | 4 | 0 | 35 | 271 | 47 | 64 |
| Binary | 1010101 | 10101101 | 10110101 | 110101 | 100 | 0 | 11101 | 10111001 | 100111 | 110100 |
Color Harmonies of #55ADB5
Complementary color
Monochromatic Colors of #55ADB5
Black with #55ADB5
Text Example
Text Example
White with #55ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADB5; }
p { color: rgb(85,173,181); }
H1.HeaderClassName
{
color: #55ADB5;
}
.AnyTagClassName
{
color: #55ADB5;
}
</style>
background-color css
<style>
a { background-color: #55ADB5; }
a { background-color: rgb(85,173,181); }
div.DivClassName
{
background-color: #55ADB5;
}
.BgClassName
{
background-color: #55ADB5;
}
</style>
border-color css
<style>
span { border-color: #55ADB5; }
span { border-color: rgb(85,173,181); }
td.TdClassName
{
border-color: #55ADB5;
}
.TagClassName
{
border-color: #55ADB5;
}
</style>