Shades of Fountain Blue #5BB4BB
Tints of Fountain Blue #5BB4BB
RGB
CMYK
RGB Variations
Color information
#5BB4BB (or 0x5BB4BB) is known color: Fountain Blue. HEX triplet: 5B, B4 and BB. RGB value is (91,180,187). Sum of RGB (Red+Green+Blue) = 91+180+187=458 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.87% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #5BB4BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BB4BB is #A44B44. Grayscale: #9A9A9A. Windows color (decimal): -10767173 or 12301403. OLE color: 12301403.
HSL color Cylindrical-coordinate representation of color #5BB4BB: hue angle of 184.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB4BB is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 180 | 187 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.27 |
| HSL | 184.38º | 0.41% | 0.55% | - |
| HSV(B) | 184.38º | 0.51% | 0.73% | - |
| XYZ | 29.61 | 38.45 | 52.88 | - |
| YUV | 154.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 180 | 187 | 0.51 | 0.04 | 0 | 0.27 | 184.38 | 0.41 | 0.55 |
| Hex | 5B | B4 | BB | 33 | 4 | 0 | 1B | B8 | 29 | 37 |
| Octal | 133 | 264 | 273 | 63 | 4 | 0 | 33 | 270 | 51 | 67 |
| Binary | 1011011 | 10110100 | 10111011 | 110011 | 100 | 0 | 11011 | 10111000 | 101001 | 110111 |
Color Harmonies of #5BB4BB
Complementary color
Monochromatic Colors of #5BB4BB
Black with #5BB4BB
Text Example
Text Example
White with #5BB4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB4BB; }
p { color: rgb(91,180,187); }
H1.HeaderClassName
{
color: #5BB4BB;
}
.AnyTagClassName
{
color: #5BB4BB;
}
</style>
background-color css
<style>
a { background-color: #5BB4BB; }
a { background-color: rgb(91,180,187); }
div.DivClassName
{
background-color: #5BB4BB;
}
.BgClassName
{
background-color: #5BB4BB;
}
</style>
border-color css
<style>
span { border-color: #5BB4BB; }
span { border-color: rgb(91,180,187); }
td.TdClassName
{
border-color: #5BB4BB;
}
.TagClassName
{
border-color: #5BB4BB;
}
</style>