Shades of Fountain Blue #55ADB4
Tints of Fountain Blue #55ADB4
RGB
CMYK
RGB Variations
Color information
#55ADB4 (or 0x55ADB4) is known color: Fountain Blue. HEX triplet: 55, AD and B4. RGB value is (85,173,180). Sum of RGB (Red+Green+Blue) = 85+173+180=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 180 - color contains mainly: blue. Hex color #55ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADB4 is #AA524B. Grayscale: #939393. Windows color (decimal): -11162188 or 11840853. OLE color: 11840853.
HSL color Cylindrical-coordinate representation of color #55ADB4: hue angle of 184.42º 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 #55ADB4 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 173 | 180 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.29 |
| HSL | 184.42º | 0.39% | 0.52% | - |
| HSV(B) | 184.42º | 0.53% | 0.71% | - |
| XYZ | 26.93 | 35.11 | 48.54 | - |
| YUV | 147.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 180 | 0.53 | 0.04 | 0 | 0.29 | 184.42 | 0.39 | 0.52 |
| Hex | 55 | AD | B4 | 35 | 4 | 0 | 1D | B8 | 27 | 34 |
| Octal | 125 | 255 | 264 | 65 | 4 | 0 | 35 | 270 | 47 | 64 |
| Binary | 1010101 | 10101101 | 10110100 | 110101 | 100 | 0 | 11101 | 10111000 | 100111 | 110100 |
Color Harmonies of #55ADB4
Complementary color
Monochromatic Colors of #55ADB4
Black with #55ADB4
Text Example
Text Example
White with #55ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADB4; }
p { color: rgb(85,173,180); }
H1.HeaderClassName
{
color: #55ADB4;
}
.AnyTagClassName
{
color: #55ADB4;
}
</style>
background-color css
<style>
a { background-color: #55ADB4; }
a { background-color: rgb(85,173,180); }
div.DivClassName
{
background-color: #55ADB4;
}
.BgClassName
{
background-color: #55ADB4;
}
</style>
border-color css
<style>
span { border-color: #55ADB4; }
span { border-color: rgb(85,173,180); }
td.TdClassName
{
border-color: #55ADB4;
}
.TagClassName
{
border-color: #55ADB4;
}
</style>