Shades of Fountain Blue #5DBBB5
Tints of Fountain Blue #5DBBB5
RGB
CMYK
RGB Variations
Color information
#5DBBB5 (or 0x5DBBB5) is known color: Fountain Blue. HEX triplet: 5D, BB and B5. RGB value is (93,187,181). Sum of RGB (Red+Green+Blue) = 93+187+181=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBBB5 is #A2444A. Grayscale: #9E9E9E. Windows color (decimal): -10634315 or 11909981. OLE color: 11909981.
HSL color Cylindrical-coordinate representation of color #5DBBB5: hue angle of 176.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBBB5 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 187 | 181 | - |
| CMYK | 0.50 | 0 | 0.03 | 0.27 |
| HSL | 176.17º | 0.41% | 0.55% | - |
| HSV(B) | 176.17º | 0.5% | 0.73% | - |
| XYZ | 30.63 | 41.2 | 50.06 | - |
| YUV | 158.21 | 140.86 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 181 | 0.50 | 0 | 0.03 | 0.27 | 176.17 | 0.41 | 0.55 |
| Hex | 5D | BB | B5 | 32 | 0 | 3 | 1B | B0 | 29 | 37 |
| Octal | 135 | 273 | 265 | 62 | 0 | 3 | 33 | 260 | 51 | 67 |
| Binary | 1011101 | 10111011 | 10110101 | 110010 | 0 | 11 | 11011 | 10110000 | 101001 | 110111 |
Color Harmonies of #5DBBB5
Complementary color
Monochromatic Colors of #5DBBB5
Black with #5DBBB5
Text Example
Text Example
White with #5DBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBB5; }
p { color: rgb(93,187,181); }
H1.HeaderClassName
{
color: #5DBBB5;
}
.AnyTagClassName
{
color: #5DBBB5;
}
</style>
background-color css
<style>
a { background-color: #5DBBB5; }
a { background-color: rgb(93,187,181); }
div.DivClassName
{
background-color: #5DBBB5;
}
.BgClassName
{
background-color: #5DBBB5;
}
</style>
border-color css
<style>
span { border-color: #5DBBB5; }
span { border-color: rgb(93,187,181); }
td.TdClassName
{
border-color: #5DBBB5;
}
.TagClassName
{
border-color: #5DBBB5;
}
</style>