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