Shades of Fountain Blue #5CADAE
Tints of Fountain Blue #5CADAE
RGB
CMYK
RGB Variations
Color information
#5CADAE (or 0x5CADAE) is known color: Fountain Blue. HEX triplet: 5C, AD and AE. RGB value is (92,173,174). Sum of RGB (Red+Green+Blue) = 92+173+174=439 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.96% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #5CADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CADAE is #A35251. Grayscale: #949494. Windows color (decimal): -10703442 or 11447644. OLE color: 11447644.
HSL color Cylindrical-coordinate representation of color #5CADAE: hue angle of 180.73º 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 #5CADAE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 173 | 174 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.32 |
| HSL | 180.73º | 0.34% | 0.52% | - |
| HSV(B) | 180.73º | 0.47% | 0.68% | - |
| XYZ | 27 | 35.22 | 45.42 | - |
| YUV | 148.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 173 | 174 | 0.47 | 0.01 | 0 | 0.32 | 180.73 | 0.34 | 0.52 |
| Hex | 5C | AD | AE | 2F | 1 | 0 | 20 | B5 | 22 | 34 |
| Octal | 134 | 255 | 256 | 57 | 1 | 0 | 40 | 265 | 42 | 64 |
| Binary | 1011100 | 10101101 | 10101110 | 101111 | 1 | 0 | 100000 | 10110101 | 100010 | 110100 |
Color Harmonies of #5CADAE
Complementary color
Monochromatic Colors of #5CADAE
Black with #5CADAE
Text Example
Text Example
White with #5CADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CADAE; }
p { color: rgb(92,173,174); }
H1.HeaderClassName
{
color: #5CADAE;
}
.AnyTagClassName
{
color: #5CADAE;
}
</style>
background-color css
<style>
a { background-color: #5CADAE; }
a { background-color: rgb(92,173,174); }
div.DivClassName
{
background-color: #5CADAE;
}
.BgClassName
{
background-color: #5CADAE;
}
</style>
border-color css
<style>
span { border-color: #5CADAE; }
span { border-color: rgb(92,173,174); }
td.TdClassName
{
border-color: #5CADAE;
}
.TagClassName
{
border-color: #5CADAE;
}
</style>