Shades of Fountain Blue #5CB5BA
Tints of Fountain Blue #5CB5BA
RGB
CMYK
RGB Variations
Color information
#5CB5BA (or 0x5CB5BA) is known color: Fountain Blue. HEX triplet: 5C, B5 and BA. RGB value is (92,181,186). Sum of RGB (Red+Green+Blue) = 92+181+186=459 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.04% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #5CB5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5BA is #A34A45. Grayscale: #9A9A9A. Windows color (decimal): -10701382 or 12236124. OLE color: 12236124.
HSL color Cylindrical-coordinate representation of color #5CB5BA: hue angle of 183.19º 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 #5CB5BA is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 181 | 186 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.27 |
| HSL | 183.19º | 0.41% | 0.55% | - |
| HSV(B) | 183.19º | 0.51% | 0.73% | - |
| XYZ | 29.8 | 38.87 | 52.39 | - |
| YUV | 154.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 186 | 0.51 | 0.03 | 0 | 0.27 | 183.19 | 0.41 | 0.55 |
| Hex | 5C | B5 | BA | 33 | 3 | 0 | 1B | B7 | 29 | 37 |
| Octal | 134 | 265 | 272 | 63 | 3 | 0 | 33 | 267 | 51 | 67 |
| Binary | 1011100 | 10110101 | 10111010 | 110011 | 11 | 0 | 11011 | 10110111 | 101001 | 110111 |
Color Harmonies of #5CB5BA
Complementary color
Monochromatic Colors of #5CB5BA
Black with #5CB5BA
Text Example
Text Example
White with #5CB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5BA; }
p { color: rgb(92,181,186); }
H1.HeaderClassName
{
color: #5CB5BA;
}
.AnyTagClassName
{
color: #5CB5BA;
}
</style>
background-color css
<style>
a { background-color: #5CB5BA; }
a { background-color: rgb(92,181,186); }
div.DivClassName
{
background-color: #5CB5BA;
}
.BgClassName
{
background-color: #5CB5BA;
}
</style>
border-color css
<style>
span { border-color: #5CB5BA; }
span { border-color: rgb(92,181,186); }
td.TdClassName
{
border-color: #5CB5BA;
}
.TagClassName
{
border-color: #5CB5BA;
}
</style>