Shades of Fountain Blue #5AADB6
Tints of Fountain Blue #5AADB6
RGB
CMYK
RGB Variations
Color information
#5AADB6 (or 0x5AADB6) is known color: Fountain Blue. HEX triplet: 5A, AD and B6. RGB value is (90,173,182). Sum of RGB (Red+Green+Blue) = 90+173+182=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #5AADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AADB6 is #A55249. Grayscale: #959595. Windows color (decimal): -10834506 or 11971930. OLE color: 11971930.
HSL color Cylindrical-coordinate representation of color #5AADB6: hue angle of 185.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AADB6 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 173 | 182 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.29 |
| HSL | 185.87º | 0.39% | 0.53% | - |
| HSV(B) | 185.87º | 0.51% | 0.71% | - |
| XYZ | 27.6 | 35.44 | 49.64 | - |
| YUV | 149.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 182 | 0.51 | 0.05 | 0 | 0.29 | 185.87 | 0.39 | 0.53 |
| Hex | 5A | AD | B6 | 33 | 5 | 0 | 1D | BA | 27 | 35 |
| Octal | 132 | 255 | 266 | 63 | 5 | 0 | 35 | 272 | 47 | 65 |
| Binary | 1011010 | 10101101 | 10110110 | 110011 | 101 | 0 | 11101 | 10111010 | 100111 | 110101 |
Color Harmonies of #5AADB6
Complementary color
Monochromatic Colors of #5AADB6
Black with #5AADB6
Text Example
Text Example
White with #5AADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AADB6; }
p { color: rgb(90,173,182); }
H1.HeaderClassName
{
color: #5AADB6;
}
.AnyTagClassName
{
color: #5AADB6;
}
</style>
background-color css
<style>
a { background-color: #5AADB6; }
a { background-color: rgb(90,173,182); }
div.DivClassName
{
background-color: #5AADB6;
}
.BgClassName
{
background-color: #5AADB6;
}
</style>
border-color css
<style>
span { border-color: #5AADB6; }
span { border-color: rgb(90,173,182); }
td.TdClassName
{
border-color: #5AADB6;
}
.TagClassName
{
border-color: #5AADB6;
}
</style>