Shades of Fountain Blue #5BA8AD
Tints of Fountain Blue #5BA8AD
RGB
CMYK
RGB Variations
Color information
#5BA8AD (or 0x5BA8AD) is known color: Fountain Blue. HEX triplet: 5B, A8 and AD. RGB value is (91,168,173). Sum of RGB (Red+Green+Blue) = 91+168+173=432 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.06% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #5BA8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA8AD is #A45752. Grayscale: #919191. Windows color (decimal): -10770259 or 11380827. OLE color: 11380827.
HSL color Cylindrical-coordinate representation of color #5BA8AD: hue angle of 183.66º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA8AD is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 168 | 173 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.32 |
| HSL | 183.66º | 0.33% | 0.52% | - |
| HSV(B) | 183.66º | 0.47% | 0.68% | - |
| XYZ | 25.86 | 33.25 | 44.59 | - |
| YUV | 145.55 | 143.49 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 173 | 0.47 | 0.03 | 0 | 0.32 | 183.66 | 0.33 | 0.52 |
| Hex | 5B | A8 | AD | 2F | 3 | 0 | 20 | B8 | 21 | 34 |
| Octal | 133 | 250 | 255 | 57 | 3 | 0 | 40 | 270 | 41 | 64 |
| Binary | 1011011 | 10101000 | 10101101 | 101111 | 11 | 0 | 100000 | 10111000 | 100001 | 110100 |
Color Harmonies of #5BA8AD
Complementary color
Monochromatic Colors of #5BA8AD
Black with #5BA8AD
Text Example
Text Example
White with #5BA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA8AD; }
p { color: rgb(91,168,173); }
H1.HeaderClassName
{
color: #5BA8AD;
}
.AnyTagClassName
{
color: #5BA8AD;
}
</style>
background-color css
<style>
a { background-color: #5BA8AD; }
a { background-color: rgb(91,168,173); }
div.DivClassName
{
background-color: #5BA8AD;
}
.BgClassName
{
background-color: #5BA8AD;
}
</style>
border-color css
<style>
span { border-color: #5BA8AD; }
span { border-color: rgb(91,168,173); }
td.TdClassName
{
border-color: #5BA8AD;
}
.TagClassName
{
border-color: #5BA8AD;
}
</style>