Shades of Fountain Blue #5CA6AB
Tints of Fountain Blue #5CA6AB
RGB
CMYK
RGB Variations
Color information
#5CA6AB (or 0x5CA6AB) is known color: Fountain Blue. HEX triplet: 5C, A6 and AB. RGB value is (92,166,171). Sum of RGB (Red+Green+Blue) = 92+166+171=429 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.45% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #5CA6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA6AB is #A35954. Grayscale: #909090. Windows color (decimal): -10705237 or 11249244. OLE color: 11249244.
HSL color Cylindrical-coordinate representation of color #5CA6AB: hue angle of 183.8º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CA6AB is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 166 | 171 | - |
| CMYK | 0.46 | 0.03 | 0 | 0.33 |
| HSL | 183.8º | 0.32% | 0.52% | - |
| HSV(B) | 183.8º | 0.46% | 0.67% | - |
| XYZ | 25.4 | 32.49 | 43.46 | - |
| YUV | 144.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 166 | 171 | 0.46 | 0.03 | 0 | 0.33 | 183.8 | 0.32 | 0.52 |
| Hex | 5C | A6 | AB | 2E | 3 | 0 | 21 | B8 | 20 | 34 |
| Octal | 134 | 246 | 253 | 56 | 3 | 0 | 41 | 270 | 40 | 64 |
| Binary | 1011100 | 10100110 | 10101011 | 101110 | 11 | 0 | 100001 | 10111000 | 100000 | 110100 |
Color Harmonies of #5CA6AB
Complementary color
Monochromatic Colors of #5CA6AB
Black with #5CA6AB
Text Example
Text Example
White with #5CA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA6AB; }
p { color: rgb(92,166,171); }
H1.HeaderClassName
{
color: #5CA6AB;
}
.AnyTagClassName
{
color: #5CA6AB;
}
</style>
background-color css
<style>
a { background-color: #5CA6AB; }
a { background-color: rgb(92,166,171); }
div.DivClassName
{
background-color: #5CA6AB;
}
.BgClassName
{
background-color: #5CA6AB;
}
</style>
border-color css
<style>
span { border-color: #5CA6AB; }
span { border-color: rgb(92,166,171); }
td.TdClassName
{
border-color: #5CA6AB;
}
.TagClassName
{
border-color: #5CA6AB;
}
</style>