Shades of Fountain Blue #5BBDBB
Tints of Fountain Blue #5BBDBB
RGB
CMYK
RGB Variations
Color information
#5BBDBB (or 0x5BBDBB) is known color: Fountain Blue. HEX triplet: 5B, BD and BB. RGB value is (91,189,187). Sum of RGB (Red+Green+Blue) = 91+189+187=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #5BBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBDBB is #A44244. Grayscale: #9F9F9F. Windows color (decimal): -10764869 or 12303707. OLE color: 12303707.
HSL color Cylindrical-coordinate representation of color #5BBDBB: hue angle of 178.78º 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 #5BBDBB is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 189 | 187 | - |
| CMYK | 0.52 | 0 | 0.01 | 0.26 |
| HSL | 178.78º | 0.43% | 0.55% | - |
| HSV(B) | 178.78º | 0.52% | 0.74% | - |
| XYZ | 31.48 | 42.21 | 53.5 | - |
| YUV | 159.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 189 | 187 | 0.52 | 0 | 0.01 | 0.26 | 178.78 | 0.43 | 0.55 |
| Hex | 5B | BD | BB | 34 | 0 | 1 | 1A | B3 | 2B | 37 |
| Octal | 133 | 275 | 273 | 64 | 0 | 1 | 32 | 263 | 53 | 67 |
| Binary | 1011011 | 10111101 | 10111011 | 110100 | 0 | 1 | 11010 | 10110011 | 101011 | 110111 |
Color Harmonies of #5BBDBB
Complementary color
Monochromatic Colors of #5BBDBB
Black with #5BBDBB
Text Example
Text Example
White with #5BBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBDBB; }
p { color: rgb(91,189,187); }
H1.HeaderClassName
{
color: #5BBDBB;
}
.AnyTagClassName
{
color: #5BBDBB;
}
</style>
background-color css
<style>
a { background-color: #5BBDBB; }
a { background-color: rgb(91,189,187); }
div.DivClassName
{
background-color: #5BBDBB;
}
.BgClassName
{
background-color: #5BBDBB;
}
</style>
border-color css
<style>
span { border-color: #5BBDBB; }
span { border-color: rgb(91,189,187); }
td.TdClassName
{
border-color: #5BBDBB;
}
.TagClassName
{
border-color: #5BBDBB;
}
</style>