Shades of Fountain Blue #5CB5BC
Tints of Fountain Blue #5CB5BC
RGB
CMYK
RGB Variations
Color information
#5CB5BC (or 0x5CB5BC) is known color: Fountain Blue. HEX triplet: 5C, B5 and BC. RGB value is (92,181,188). Sum of RGB (Red+Green+Blue) = 92+181+188=461 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.96% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #5CB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB5BC is #A34A43. Grayscale: #9B9B9B. Windows color (decimal): -10701380 or 12367196. OLE color: 12367196.
HSL color Cylindrical-coordinate representation of color #5CB5BC: hue angle of 184.38º 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 #5CB5BC is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 181 | 188 | - |
| CMYK | 0.51 | 0.04 | 0 | 0.26 |
| HSL | 184.38º | 0.42% | 0.55% | - |
| HSV(B) | 184.38º | 0.51% | 0.74% | - |
| XYZ | 30.01 | 38.95 | 53.51 | - |
| YUV | 155.19 | 146.51 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 181 | 188 | 0.51 | 0.04 | 0 | 0.26 | 184.38 | 0.42 | 0.55 |
| Hex | 5C | B5 | BC | 33 | 4 | 0 | 1A | B8 | 2A | 37 |
| Octal | 134 | 265 | 274 | 63 | 4 | 0 | 32 | 270 | 52 | 67 |
| Binary | 1011100 | 10110101 | 10111100 | 110011 | 100 | 0 | 11010 | 10111000 | 101010 | 110111 |
Color Harmonies of #5CB5BC
Complementary color
Monochromatic Colors of #5CB5BC
Black with #5CB5BC
Text Example
Text Example
White with #5CB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB5BC; }
p { color: rgb(92,181,188); }
H1.HeaderClassName
{
color: #5CB5BC;
}
.AnyTagClassName
{
color: #5CB5BC;
}
</style>
background-color css
<style>
a { background-color: #5CB5BC; }
a { background-color: rgb(92,181,188); }
div.DivClassName
{
background-color: #5CB5BC;
}
.BgClassName
{
background-color: #5CB5BC;
}
</style>
border-color css
<style>
span { border-color: #5CB5BC; }
span { border-color: rgb(92,181,188); }
td.TdClassName
{
border-color: #5CB5BC;
}
.TagClassName
{
border-color: #5CB5BC;
}
</style>