Shades of Fountain Blue #5BAFBD
Tints of Fountain Blue #5BAFBD
RGB
CMYK
RGB Variations
Color information
#5BAFBD (or 0x5BAFBD) is known color: Fountain Blue. HEX triplet: 5B, AF and BD. RGB value is (91,175,189). Sum of RGB (Red+Green+Blue) = 91+175+189=455 (60% of max value = 765). Red value is 91 (35.94% from 255 or 20% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #5BAFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAFBD is #A45042. Grayscale: #979797. Windows color (decimal): -10768451 or 12431195. OLE color: 12431195.
HSL color Cylindrical-coordinate representation of color #5BAFBD: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BAFBD is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 175 | 189 | - |
| CMYK | 0.52 | 0.07 | 0 | 0.26 |
| HSL | 188.57º | 0.43% | 0.55% | - |
| HSV(B) | 188.57º | 0.52% | 0.74% | - |
| XYZ | 28.83 | 36.56 | 53.68 | - |
| YUV | 151.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 189 | 0.52 | 0.07 | 0 | 0.26 | 188.57 | 0.43 | 0.55 |
| Hex | 5B | AF | BD | 34 | 7 | 0 | 1A | BD | 2B | 37 |
| Octal | 133 | 257 | 275 | 64 | 7 | 0 | 32 | 275 | 53 | 67 |
| Binary | 1011011 | 10101111 | 10111101 | 110100 | 111 | 0 | 11010 | 10111101 | 101011 | 110111 |
Color Harmonies of #5BAFBD
Complementary color
Monochromatic Colors of #5BAFBD
Black with #5BAFBD
Text Example
Text Example
White with #5BAFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFBD; }
p { color: rgb(91,175,189); }
H1.HeaderClassName
{
color: #5BAFBD;
}
.AnyTagClassName
{
color: #5BAFBD;
}
</style>
background-color css
<style>
a { background-color: #5BAFBD; }
a { background-color: rgb(91,175,189); }
div.DivClassName
{
background-color: #5BAFBD;
}
.BgClassName
{
background-color: #5BAFBD;
}
</style>
border-color css
<style>
span { border-color: #5BAFBD; }
span { border-color: rgb(91,175,189); }
td.TdClassName
{
border-color: #5BAFBD;
}
.TagClassName
{
border-color: #5BAFBD;
}
</style>