Shades of Fountain Blue #5CAAAF
Tints of Fountain Blue #5CAAAF
RGB
CMYK
RGB Variations
Color information
#5CAAAF (or 0x5CAAAF) is known color: Fountain Blue. HEX triplet: 5C, AA and AF. RGB value is (92,170,175). Sum of RGB (Red+Green+Blue) = 92+170+175=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #5CAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAAAF is #A35550. Grayscale: #939393. Windows color (decimal): -10704209 or 11512412. OLE color: 11512412.
HSL color Cylindrical-coordinate representation of color #5CAAAF: hue angle of 183.61º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAAAF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 170 | 175 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.31 |
| HSL | 183.61º | 0.34% | 0.52% | - |
| HSV(B) | 183.61º | 0.47% | 0.69% | - |
| XYZ | 26.53 | 34.12 | 45.75 | - |
| YUV | 147.25 | 143.66 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 175 | 0.47 | 0.03 | 0 | 0.31 | 183.61 | 0.34 | 0.52 |
| Hex | 5C | AA | AF | 2F | 3 | 0 | 1F | B8 | 22 | 34 |
| Octal | 134 | 252 | 257 | 57 | 3 | 0 | 37 | 270 | 42 | 64 |
| Binary | 1011100 | 10101010 | 10101111 | 101111 | 11 | 0 | 11111 | 10111000 | 100010 | 110100 |
Color Harmonies of #5CAAAF
Complementary color
Monochromatic Colors of #5CAAAF
Black with #5CAAAF
Text Example
Text Example
White with #5CAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAAAF; }
p { color: rgb(92,170,175); }
H1.HeaderClassName
{
color: #5CAAAF;
}
.AnyTagClassName
{
color: #5CAAAF;
}
</style>
background-color css
<style>
a { background-color: #5CAAAF; }
a { background-color: rgb(92,170,175); }
div.DivClassName
{
background-color: #5CAAAF;
}
.BgClassName
{
background-color: #5CAAAF;
}
</style>
border-color css
<style>
span { border-color: #5CAAAF; }
span { border-color: rgb(92,170,175); }
td.TdClassName
{
border-color: #5CAAAF;
}
.TagClassName
{
border-color: #5CAAAF;
}
</style>