Shades of Fountain Blue #5CBCBC
Tints of Fountain Blue #5CBCBC
RGB
CMYK
RGB Variations
Color information
#5CBCBC (or 0x5CBCBC) is known color: Fountain Blue. HEX triplet: 5C, BC and BC. RGB value is (92,188,188). Sum of RGB (Red+Green+Blue) = 92+188+188=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5CBCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCBC is #A34343. Grayscale: #9F9F9F. Windows color (decimal): -10699588 or 12368988. OLE color: 12368988.
HSL color Cylindrical-coordinate representation of color #5CBCBC: hue angle of 180º 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 #5CBCBC is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 188 | - |
| CMYK | 0.51 | 0 | 0 | 0.26 |
| HSL | 180º | 0.42% | 0.55% | - |
| HSV(B) | 180º | 0.51% | 0.74% | - |
| XYZ | 31.47 | 41.87 | 54 | - |
| YUV | 159.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 188 | 0.51 | 0 | 0 | 0.26 | 180 | 0.42 | 0.55 |
| Hex | 5C | BC | BC | 33 | 0 | 0 | 1A | B4 | 2A | 37 |
| Octal | 134 | 274 | 274 | 63 | 0 | 0 | 32 | 264 | 52 | 67 |
| Binary | 1011100 | 10111100 | 10111100 | 110011 | 0 | 0 | 11010 | 10110100 | 101010 | 110111 |
Color Harmonies of #5CBCBC
Complementary color
Monochromatic Colors of #5CBCBC
Black with #5CBCBC
Text Example
Text Example
White with #5CBCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBCBC; }
p { color: rgb(92,188,188); }
H1.HeaderClassName
{
color: #5CBCBC;
}
.AnyTagClassName
{
color: #5CBCBC;
}
</style>
background-color css
<style>
a { background-color: #5CBCBC; }
a { background-color: rgb(92,188,188); }
div.DivClassName
{
background-color: #5CBCBC;
}
.BgClassName
{
background-color: #5CBCBC;
}
</style>
border-color css
<style>
span { border-color: #5CBCBC; }
span { border-color: rgb(92,188,188); }
td.TdClassName
{
border-color: #5CBCBC;
}
.TagClassName
{
border-color: #5CBCBC;
}
</style>