Shades of Fountain Blue #5CB6B0
Tints of Fountain Blue #5CB6B0
RGB
CMYK
RGB Variations
Color information
#5CB6B0 (or 0x5CB6B0) is known color: Fountain Blue. HEX triplet: 5C, B6 and B0. RGB value is (92,182,176). Sum of RGB (Red+Green+Blue) = 92+182+176=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #5CB6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CB6B0 is #A3494F. Grayscale: #9A9A9A. Windows color (decimal): -10701136 or 11581020. OLE color: 11581020.
HSL color Cylindrical-coordinate representation of color #5CB6B0: hue angle of 176º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB6B0 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 92 | 182 | 176 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.29 |
| HSL | 176º | 0.38% | 0.54% | - |
| HSV(B) | 176º | 0.49% | 0.71% | - |
| XYZ | 28.98 | 38.87 | 47.05 | - |
| YUV | 154.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 182 | 176 | 0.49 | 0 | 0.03 | 0.29 | 176 | 0.38 | 0.54 |
| Hex | 5C | B6 | B0 | 31 | 0 | 3 | 1D | B0 | 26 | 36 |
| Octal | 134 | 266 | 260 | 61 | 0 | 3 | 35 | 260 | 46 | 66 |
| Binary | 1011100 | 10110110 | 10110000 | 110001 | 0 | 11 | 11101 | 10110000 | 100110 | 110110 |
Color Harmonies of #5CB6B0
Complementary color
Monochromatic Colors of #5CB6B0
Black with #5CB6B0
Text Example
Text Example
White with #5CB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB6B0; }
p { color: rgb(92,182,176); }
H1.HeaderClassName
{
color: #5CB6B0;
}
.AnyTagClassName
{
color: #5CB6B0;
}
</style>
background-color css
<style>
a { background-color: #5CB6B0; }
a { background-color: rgb(92,182,176); }
div.DivClassName
{
background-color: #5CB6B0;
}
.BgClassName
{
background-color: #5CB6B0;
}
</style>
border-color css
<style>
span { border-color: #5CB6B0; }
span { border-color: rgb(92,182,176); }
td.TdClassName
{
border-color: #5CB6B0;
}
.TagClassName
{
border-color: #5CB6B0;
}
</style>