Shades of Fountain Blue #5CAAAC
Tints of Fountain Blue #5CAAAC
RGB
CMYK
RGB Variations
Color information
#5CAAAC (or 0x5CAAAC) is known color: Fountain Blue. HEX triplet: 5C, AA and AC. RGB value is (92,170,172). Sum of RGB (Red+Green+Blue) = 92+170+172=434 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.20% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #5CAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAAC is #A35553. Grayscale: #929292. Windows color (decimal): -10704212 or 11315804. OLE color: 11315804.
HSL color Cylindrical-coordinate representation of color #5CAAAC: hue angle of 181.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAAAC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 172 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.33 |
| HSL | 181.5º | 0.33% | 0.52% | - |
| HSV(B) | 181.5º | 0.47% | 0.67% | - |
| XYZ | 26.23 | 34 | 44.21 | - |
| YUV | 146.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 172 | 0.47 | 0.01 | 0 | 0.33 | 181.5 | 0.33 | 0.52 |
| Hex | 5C | AA | AC | 2F | 1 | 0 | 21 | B6 | 21 | 34 |
| Octal | 134 | 252 | 254 | 57 | 1 | 0 | 41 | 266 | 41 | 64 |
| Binary | 1011100 | 10101010 | 10101100 | 101111 | 1 | 0 | 100001 | 10110110 | 100001 | 110100 |
Color Harmonies of #5CAAAC
Complementary color
Monochromatic Colors of #5CAAAC
Black with #5CAAAC
Text Example
Text Example
White with #5CAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAAC; }
p { color: rgb(92,170,172); }
H1.HeaderClassName
{
color: #5CAAAC;
}
.AnyTagClassName
{
color: #5CAAAC;
}
</style>
background-color css
<style>
a { background-color: #5CAAAC; }
a { background-color: rgb(92,170,172); }
div.DivClassName
{
background-color: #5CAAAC;
}
.BgClassName
{
background-color: #5CAAAC;
}
</style>
border-color css
<style>
span { border-color: #5CAAAC; }
span { border-color: rgb(92,170,172); }
td.TdClassName
{
border-color: #5CAAAC;
}
.TagClassName
{
border-color: #5CAAAC;
}
</style>