Shades of Fountain Blue #5CB3AF
Tints of Fountain Blue #5CB3AF
RGB
CMYK
RGB Variations
Color information
#5CB3AF (or 0x5CB3AF) is known color: Fountain Blue. HEX triplet: 5C, B3 and AF. RGB value is (92,179,175). Sum of RGB (Red+Green+Blue) = 92+179+175=446 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.63% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #5CB3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB3AF is #A34C50. Grayscale: #989898. Windows color (decimal): -10701905 or 11514716. OLE color: 11514716.
HSL color Cylindrical-coordinate representation of color #5CB3AF: hue angle of 177.24º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB3AF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 179 | 175 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.30 |
| HSL | 177.24º | 0.36% | 0.53% | - |
| HSV(B) | 177.24º | 0.49% | 0.7% | - |
| XYZ | 28.27 | 37.61 | 46.33 | - |
| YUV | 152.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 179 | 175 | 0.49 | 0 | 0.02 | 0.30 | 177.24 | 0.36 | 0.53 |
| Hex | 5C | B3 | AF | 31 | 0 | 2 | 1E | B1 | 24 | 35 |
| Octal | 134 | 263 | 257 | 61 | 0 | 2 | 36 | 261 | 44 | 65 |
| Binary | 1011100 | 10110011 | 10101111 | 110001 | 0 | 10 | 11110 | 10110001 | 100100 | 110101 |
Color Harmonies of #5CB3AF
Complementary color
Monochromatic Colors of #5CB3AF
Black with #5CB3AF
Text Example
Text Example
White with #5CB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB3AF; }
p { color: rgb(92,179,175); }
H1.HeaderClassName
{
color: #5CB3AF;
}
.AnyTagClassName
{
color: #5CB3AF;
}
</style>
background-color css
<style>
a { background-color: #5CB3AF; }
a { background-color: rgb(92,179,175); }
div.DivClassName
{
background-color: #5CB3AF;
}
.BgClassName
{
background-color: #5CB3AF;
}
</style>
border-color css
<style>
span { border-color: #5CB3AF; }
span { border-color: rgb(92,179,175); }
td.TdClassName
{
border-color: #5CB3AF;
}
.TagClassName
{
border-color: #5CB3AF;
}
</style>