Shades of Fountain Blue #5CB7B0
Tints of Fountain Blue #5CB7B0
RGB
CMYK
RGB Variations
Color information
#5CB7B0 (or 0x5CB7B0) is known color: Fountain Blue. HEX triplet: 5C, B7 and B0. RGB value is (92,183,176). Sum of RGB (Red+Green+Blue) = 92+183+176=451 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.40% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB7B0 is #A3484F. Grayscale: #9A9A9A. Windows color (decimal): -10700880 or 11581276. OLE color: 11581276.
HSL color Cylindrical-coordinate representation of color #5CB7B0: hue angle of 175.38º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB7B0 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 176 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.28 |
| HSL | 175.38º | 0.39% | 0.54% | - |
| HSV(B) | 175.38º | 0.5% | 0.72% | - |
| XYZ | 29.18 | 39.28 | 47.12 | - |
| YUV | 154.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 176 | 0.50 | 0 | 0.04 | 0.28 | 175.38 | 0.39 | 0.54 |
| Hex | 5C | B7 | B0 | 32 | 0 | 4 | 1C | AF | 27 | 36 |
| Octal | 134 | 267 | 260 | 62 | 0 | 4 | 34 | 257 | 47 | 66 |
| Binary | 1011100 | 10110111 | 10110000 | 110010 | 0 | 100 | 11100 | 10101111 | 100111 | 110110 |
Color Harmonies of #5CB7B0
Complementary color
Monochromatic Colors of #5CB7B0
Black with #5CB7B0
Text Example
Text Example
White with #5CB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB7B0; }
p { color: rgb(92,183,176); }
H1.HeaderClassName
{
color: #5CB7B0;
}
.AnyTagClassName
{
color: #5CB7B0;
}
</style>
background-color css
<style>
a { background-color: #5CB7B0; }
a { background-color: rgb(92,183,176); }
div.DivClassName
{
background-color: #5CB7B0;
}
.BgClassName
{
background-color: #5CB7B0;
}
</style>
border-color css
<style>
span { border-color: #5CB7B0; }
span { border-color: rgb(92,183,176); }
td.TdClassName
{
border-color: #5CB7B0;
}
.TagClassName
{
border-color: #5CB7B0;
}
</style>