Shades of Fountain Blue #5CB0BC
Tints of Fountain Blue #5CB0BC
RGB
CMYK
RGB Variations
Color information
#5CB0BC (or 0x5CB0BC) is known color: Fountain Blue. HEX triplet: 5C, B0 and BC. RGB value is (92,176,188). Sum of RGB (Red+Green+Blue) = 92+176+188=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CB0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB0BC is #A34F43. Grayscale: #989898. Windows color (decimal): -10702660 or 12365916. OLE color: 12365916.
HSL color Cylindrical-coordinate representation of color #5CB0BC: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CB0BC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 176 | 188 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.26 |
| HSL | 187.5º | 0.42% | 0.55% | - |
| HSV(B) | 187.5º | 0.51% | 0.74% | - |
| XYZ | 29.02 | 36.96 | 53.18 | - |
| YUV | 152.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 188 | 0.51 | 0.06 | 0 | 0.26 | 187.5 | 0.42 | 0.55 |
| Hex | 5C | B0 | BC | 33 | 6 | 0 | 1A | BC | 2A | 37 |
| Octal | 134 | 260 | 274 | 63 | 6 | 0 | 32 | 274 | 52 | 67 |
| Binary | 1011100 | 10110000 | 10111100 | 110011 | 110 | 0 | 11010 | 10111100 | 101010 | 110111 |
Color Harmonies of #5CB0BC
Complementary color
Monochromatic Colors of #5CB0BC
Black with #5CB0BC
Text Example
Text Example
White with #5CB0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB0BC; }
p { color: rgb(92,176,188); }
H1.HeaderClassName
{
color: #5CB0BC;
}
.AnyTagClassName
{
color: #5CB0BC;
}
</style>
background-color css
<style>
a { background-color: #5CB0BC; }
a { background-color: rgb(92,176,188); }
div.DivClassName
{
background-color: #5CB0BC;
}
.BgClassName
{
background-color: #5CB0BC;
}
</style>
border-color css
<style>
span { border-color: #5CB0BC; }
span { border-color: rgb(92,176,188); }
td.TdClassName
{
border-color: #5CB0BC;
}
.TagClassName
{
border-color: #5CB0BC;
}
</style>