Shades of Fountain Blue #5CA6B7
Tints of Fountain Blue #5CA6B7
RGB
CMYK
RGB Variations
Color information
#5CA6B7 (or 0x5CA6B7) is known color: Fountain Blue. HEX triplet: 5C, A6 and B7. RGB value is (92,166,183). Sum of RGB (Red+Green+Blue) = 92+166+183=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #5CA6B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CA6B7 is #A35948. Grayscale: #919191. Windows color (decimal): -10705225 or 12035676. OLE color: 12035676.
HSL color Cylindrical-coordinate representation of color #5CA6B7: hue angle of 191.21º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CA6B7 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 166 | 183 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.28 |
| HSL | 191.21º | 0.39% | 0.54% | - |
| HSV(B) | 191.21º | 0.5% | 0.72% | - |
| XYZ | 26.6 | 32.97 | 49.76 | - |
| YUV | 145.81 | 148.98 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 183 | 0.50 | 0.09 | 0 | 0.28 | 191.21 | 0.39 | 0.54 |
| Hex | 5C | A6 | B7 | 32 | 9 | 0 | 1C | BF | 27 | 36 |
| Octal | 134 | 246 | 267 | 62 | 11 | 0 | 34 | 277 | 47 | 66 |
| Binary | 1011100 | 10100110 | 10110111 | 110010 | 1001 | 0 | 11100 | 10111111 | 100111 | 110110 |
Color Harmonies of #5CA6B7
Complementary color
Monochromatic Colors of #5CA6B7
Black with #5CA6B7
Text Example
Text Example
White with #5CA6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA6B7; }
p { color: rgb(92,166,183); }
H1.HeaderClassName
{
color: #5CA6B7;
}
.AnyTagClassName
{
color: #5CA6B7;
}
</style>
background-color css
<style>
a { background-color: #5CA6B7; }
a { background-color: rgb(92,166,183); }
div.DivClassName
{
background-color: #5CA6B7;
}
.BgClassName
{
background-color: #5CA6B7;
}
</style>
border-color css
<style>
span { border-color: #5CA6B7; }
span { border-color: rgb(92,166,183); }
td.TdClassName
{
border-color: #5CA6B7;
}
.TagClassName
{
border-color: #5CA6B7;
}
</style>