Shades of Fountain Blue #5CBBB9
Tints of Fountain Blue #5CBBB9
RGB
CMYK
RGB Variations
Color information
#5CBBB9 (or 0x5CBBB9) is known color: Fountain Blue. HEX triplet: 5C, BB and B9. RGB value is (92,187,185). Sum of RGB (Red+Green+Blue) = 92+187+185=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBB9 is #A34446. Grayscale: #9E9E9E. Windows color (decimal): -10699847 or 12172124. OLE color: 12172124.
HSL color Cylindrical-coordinate representation of color #5CBBB9: hue angle of 178.74º 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 #5CBBB9 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 187 | 185 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.27 |
| HSL | 178.74º | 0.41% | 0.55% | - |
| HSV(B) | 178.74º | 0.51% | 0.73% | - |
| XYZ | 30.94 | 41.32 | 52.24 | - |
| YUV | 158.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 185 | 0.51 | 0 | 0.01 | 0.27 | 178.74 | 0.41 | 0.55 |
| Hex | 5C | BB | B9 | 33 | 0 | 1 | 1B | B3 | 29 | 37 |
| Octal | 134 | 273 | 271 | 63 | 0 | 1 | 33 | 263 | 51 | 67 |
| Binary | 1011100 | 10111011 | 10111001 | 110011 | 0 | 1 | 11011 | 10110011 | 101001 | 110111 |
Color Harmonies of #5CBBB9
Complementary color
Monochromatic Colors of #5CBBB9
Black with #5CBBB9
Text Example
Text Example
White with #5CBBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBBB9; }
p { color: rgb(92,187,185); }
H1.HeaderClassName
{
color: #5CBBB9;
}
.AnyTagClassName
{
color: #5CBBB9;
}
</style>
background-color css
<style>
a { background-color: #5CBBB9; }
a { background-color: rgb(92,187,185); }
div.DivClassName
{
background-color: #5CBBB9;
}
.BgClassName
{
background-color: #5CBBB9;
}
</style>
border-color css
<style>
span { border-color: #5CBBB9; }
span { border-color: rgb(92,187,185); }
td.TdClassName
{
border-color: #5CBBB9;
}
.TagClassName
{
border-color: #5CBBB9;
}
</style>