Shades of Fountain Blue #5CACB8
Tints of Fountain Blue #5CACB8
RGB
CMYK
RGB Variations
Color information
#5CACB8 (or 0x5CACB8) is known color: Fountain Blue. HEX triplet: 5C, AC and B8. RGB value is (92,172,184). Sum of RGB (Red+Green+Blue) = 92+172+184=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 184 (72.27% from 255 or 41.07% from 448); Max value from RGB is 184 - color contains mainly: blue. Hex color #5CACB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACB8 is #A35347. Grayscale: #959595. Windows color (decimal): -10703688 or 12102748. OLE color: 12102748.
HSL color Cylindrical-coordinate representation of color #5CACB8: hue angle of 187.83º 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 #5CACB8 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 172 | 184 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.28 |
| HSL | 187.83º | 0.39% | 0.54% | - |
| HSV(B) | 187.83º | 0.5% | 0.72% | - |
| XYZ | 27.82 | 35.24 | 50.68 | - |
| YUV | 149.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 184 | 0.50 | 0.07 | 0 | 0.28 | 187.83 | 0.39 | 0.54 |
| Hex | 5C | AC | B8 | 32 | 7 | 0 | 1C | BC | 27 | 36 |
| Octal | 134 | 254 | 270 | 62 | 7 | 0 | 34 | 274 | 47 | 66 |
| Binary | 1011100 | 10101100 | 10111000 | 110010 | 111 | 0 | 11100 | 10111100 | 100111 | 110110 |
Color Harmonies of #5CACB8
Complementary color
Monochromatic Colors of #5CACB8
Black with #5CACB8
Text Example
Text Example
White with #5CACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CACB8; }
p { color: rgb(92,172,184); }
H1.HeaderClassName
{
color: #5CACB8;
}
.AnyTagClassName
{
color: #5CACB8;
}
</style>
background-color css
<style>
a { background-color: #5CACB8; }
a { background-color: rgb(92,172,184); }
div.DivClassName
{
background-color: #5CACB8;
}
.BgClassName
{
background-color: #5CACB8;
}
</style>
border-color css
<style>
span { border-color: #5CACB8; }
span { border-color: rgb(92,172,184); }
td.TdClassName
{
border-color: #5CACB8;
}
.TagClassName
{
border-color: #5CACB8;
}
</style>