Shades of Fountain Blue #5CAFAF
Tints of Fountain Blue #5CAFAF
RGB
CMYK
RGB Variations
Color information
#5CAFAF (or 0x5CAFAF) is known color: Fountain Blue. HEX triplet: 5C, AF and AF. RGB value is (92,175,175). Sum of RGB (Red+Green+Blue) = 92+175+175=442 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.81% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #5CAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAFAF is #A35050. Grayscale: #969696. Windows color (decimal): -10702929 or 11513692. OLE color: 11513692.
HSL color Cylindrical-coordinate representation of color #5CAFAF: hue angle of 180º 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 #5CAFAF is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 175 | 175 | - |
| CMYK | 0.47 | 0 | 0 | 0.31 |
| HSL | 180º | 0.34% | 0.52% | - |
| HSV(B) | 180º | 0.47% | 0.69% | - |
| XYZ | 27.48 | 36.03 | 46.06 | - |
| YUV | 150.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 175 | 0.47 | 0 | 0 | 0.31 | 180 | 0.34 | 0.52 |
| Hex | 5C | AF | AF | 2F | 0 | 0 | 1F | B4 | 22 | 34 |
| Octal | 134 | 257 | 257 | 57 | 0 | 0 | 37 | 264 | 42 | 64 |
| Binary | 1011100 | 10101111 | 10101111 | 101111 | 0 | 0 | 11111 | 10110100 | 100010 | 110100 |
Color Harmonies of #5CAFAF
Complementary color
Monochromatic Colors of #5CAFAF
Black with #5CAFAF
Text Example
Text Example
White with #5CAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFAF; }
p { color: rgb(92,175,175); }
H1.HeaderClassName
{
color: #5CAFAF;
}
.AnyTagClassName
{
color: #5CAFAF;
}
</style>
background-color css
<style>
a { background-color: #5CAFAF; }
a { background-color: rgb(92,175,175); }
div.DivClassName
{
background-color: #5CAFAF;
}
.BgClassName
{
background-color: #5CAFAF;
}
</style>
border-color css
<style>
span { border-color: #5CAFAF; }
span { border-color: rgb(92,175,175); }
td.TdClassName
{
border-color: #5CAFAF;
}
.TagClassName
{
border-color: #5CAFAF;
}
</style>