Shades of Fountain Blue #5CBAC0
Tints of Fountain Blue #5CBAC0
RGB
CMYK
RGB Variations
Color information
#5CBAC0 (or 0x5CBAC0) is known color: Fountain Blue. HEX triplet: 5C, BA and C0. RGB value is (92,186,192). Sum of RGB (Red+Green+Blue) = 92+186+192=470 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.57% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CBAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBAC0 is #A3453F. Grayscale: #9E9E9E. Windows color (decimal): -10700096 or 12630620. OLE color: 12630620.
HSL color Cylindrical-coordinate representation of color #5CBAC0: hue angle of 183.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBAC0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 186 | 192 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.25 |
| HSL | 183.6º | 0.44% | 0.56% | - |
| HSV(B) | 183.6º | 0.52% | 0.75% | - |
| XYZ | 31.49 | 41.2 | 56.16 | - |
| YUV | 158.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 192 | 0.52 | 0.03 | 0 | 0.25 | 183.6 | 0.44 | 0.56 |
| Hex | 5C | BA | C0 | 34 | 3 | 0 | 19 | B8 | 2C | 38 |
| Octal | 134 | 272 | 300 | 64 | 3 | 0 | 31 | 270 | 54 | 70 |
| Binary | 1011100 | 10111010 | 11000000 | 110100 | 11 | 0 | 11001 | 10111000 | 101100 | 111000 |
Color Harmonies of #5CBAC0
Complementary color
Monochromatic Colors of #5CBAC0
Black with #5CBAC0
Text Example
Text Example
White with #5CBAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBAC0; }
p { color: rgb(92,186,192); }
H1.HeaderClassName
{
color: #5CBAC0;
}
.AnyTagClassName
{
color: #5CBAC0;
}
</style>
background-color css
<style>
a { background-color: #5CBAC0; }
a { background-color: rgb(92,186,192); }
div.DivClassName
{
background-color: #5CBAC0;
}
.BgClassName
{
background-color: #5CBAC0;
}
</style>
border-color css
<style>
span { border-color: #5CBAC0; }
span { border-color: rgb(92,186,192); }
td.TdClassName
{
border-color: #5CBAC0;
}
.TagClassName
{
border-color: #5CBAC0;
}
</style>