Shades of Fountain Blue #5CA4AE
Tints of Fountain Blue #5CA4AE
RGB
CMYK
RGB Variations
Color information
#5CA4AE (or 0x5CA4AE) is known color: Fountain Blue. HEX triplet: 5C, A4 and AE. RGB value is (92,164,174). Sum of RGB (Red+Green+Blue) = 92+164+174=430 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.40% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #5CA4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA4AE is #A35B51. Grayscale: #8F8F8F. Windows color (decimal): -10705746 or 11445340. OLE color: 11445340.
HSL color Cylindrical-coordinate representation of color #5CA4AE: hue angle of 187.32º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CA4AE is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 164 | 174 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.32 |
| HSL | 187.32º | 0.34% | 0.52% | - |
| HSV(B) | 187.32º | 0.47% | 0.68% | - |
| XYZ | 25.33 | 31.88 | 44.86 | - |
| YUV | 143.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 164 | 174 | 0.47 | 0.06 | 0 | 0.32 | 187.32 | 0.34 | 0.52 |
| Hex | 5C | A4 | AE | 2F | 6 | 0 | 20 | BB | 22 | 34 |
| Octal | 134 | 244 | 256 | 57 | 6 | 0 | 40 | 273 | 42 | 64 |
| Binary | 1011100 | 10100100 | 10101110 | 101111 | 110 | 0 | 100000 | 10111011 | 100010 | 110100 |
Color Harmonies of #5CA4AE
Complementary color
Monochromatic Colors of #5CA4AE
Black with #5CA4AE
Text Example
Text Example
White with #5CA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA4AE; }
p { color: rgb(92,164,174); }
H1.HeaderClassName
{
color: #5CA4AE;
}
.AnyTagClassName
{
color: #5CA4AE;
}
</style>
background-color css
<style>
a { background-color: #5CA4AE; }
a { background-color: rgb(92,164,174); }
div.DivClassName
{
background-color: #5CA4AE;
}
.BgClassName
{
background-color: #5CA4AE;
}
</style>
border-color css
<style>
span { border-color: #5CA4AE; }
span { border-color: rgb(92,164,174); }
td.TdClassName
{
border-color: #5CA4AE;
}
.TagClassName
{
border-color: #5CA4AE;
}
</style>