Shades of Fountain Blue #5BA5AC
Tints of Fountain Blue #5BA5AC
RGB
CMYK
RGB Variations
Color information
#5BA5AC (or 0x5BA5AC) is known color: Fountain Blue. HEX triplet: 5B, A5 and AC. RGB value is (91,165,172). Sum of RGB (Red+Green+Blue) = 91+165+172=428 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.26% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #5BA5AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA5AC is #A45A53. Grayscale: #8F8F8F. Windows color (decimal): -10771028 or 11314523. OLE color: 11314523.
HSL color Cylindrical-coordinate representation of color #5BA5AC: hue angle of 185.19º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BA5AC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 165 | 172 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.33 |
| HSL | 185.19º | 0.33% | 0.52% | - |
| HSV(B) | 185.19º | 0.47% | 0.67% | - |
| XYZ | 25.22 | 32.11 | 43.9 | - |
| YUV | 143.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 165 | 172 | 0.47 | 0.04 | 0 | 0.33 | 185.19 | 0.33 | 0.52 |
| Hex | 5B | A5 | AC | 2F | 4 | 0 | 21 | B9 | 21 | 34 |
| Octal | 133 | 245 | 254 | 57 | 4 | 0 | 41 | 271 | 41 | 64 |
| Binary | 1011011 | 10100101 | 10101100 | 101111 | 100 | 0 | 100001 | 10111001 | 100001 | 110100 |
Color Harmonies of #5BA5AC
Complementary color
Monochromatic Colors of #5BA5AC
Black with #5BA5AC
Text Example
Text Example
White with #5BA5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA5AC; }
p { color: rgb(91,165,172); }
H1.HeaderClassName
{
color: #5BA5AC;
}
.AnyTagClassName
{
color: #5BA5AC;
}
</style>
background-color css
<style>
a { background-color: #5BA5AC; }
a { background-color: rgb(91,165,172); }
div.DivClassName
{
background-color: #5BA5AC;
}
.BgClassName
{
background-color: #5BA5AC;
}
</style>
border-color css
<style>
span { border-color: #5BA5AC; }
span { border-color: rgb(91,165,172); }
td.TdClassName
{
border-color: #5BA5AC;
}
.TagClassName
{
border-color: #5BA5AC;
}
</style>