Shades of Fountain Blue #5CB8B5
Tints of Fountain Blue #5CB8B5
RGB
CMYK
RGB Variations
Color information
#5CB8B5 (or 0x5CB8B5) is known color: Fountain Blue. HEX triplet: 5C, B8 and B5. RGB value is (92,184,181). Sum of RGB (Red+Green+Blue) = 92+184+181=457 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.13% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB8B5 is #A3474A. Grayscale: #9C9C9C. Windows color (decimal): -10700619 or 11909212. OLE color: 11909212.
HSL color Cylindrical-coordinate representation of color #5CB8B5: hue angle of 178.04º 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 #5CB8B5 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 184 | 181 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.28 |
| HSL | 178.04º | 0.39% | 0.54% | - |
| HSV(B) | 178.04º | 0.5% | 0.72% | - |
| XYZ | 29.89 | 39.89 | 49.84 | - |
| YUV | 156.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 184 | 181 | 0.50 | 0 | 0.02 | 0.28 | 178.04 | 0.39 | 0.54 |
| Hex | 5C | B8 | B5 | 32 | 0 | 2 | 1C | B2 | 27 | 36 |
| Octal | 134 | 270 | 265 | 62 | 0 | 2 | 34 | 262 | 47 | 66 |
| Binary | 1011100 | 10111000 | 10110101 | 110010 | 0 | 10 | 11100 | 10110010 | 100111 | 110110 |
Color Harmonies of #5CB8B5
Complementary color
Monochromatic Colors of #5CB8B5
Black with #5CB8B5
Text Example
Text Example
White with #5CB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB8B5; }
p { color: rgb(92,184,181); }
H1.HeaderClassName
{
color: #5CB8B5;
}
.AnyTagClassName
{
color: #5CB8B5;
}
</style>
background-color css
<style>
a { background-color: #5CB8B5; }
a { background-color: rgb(92,184,181); }
div.DivClassName
{
background-color: #5CB8B5;
}
.BgClassName
{
background-color: #5CB8B5;
}
</style>
border-color css
<style>
span { border-color: #5CB8B5; }
span { border-color: rgb(92,184,181); }
td.TdClassName
{
border-color: #5CB8B5;
}
.TagClassName
{
border-color: #5CB8B5;
}
</style>