Shades of Fountain Blue #5CB7B5
Tints of Fountain Blue #5CB7B5
RGB
CMYK
RGB Variations
Color information
#5CB7B5 (or 0x5CB7B5) is known color: Fountain Blue. HEX triplet: 5C, B7 and B5. RGB value is (92,183,181). Sum of RGB (Red+Green+Blue) = 92+183+181=456 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20.18% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #5CB7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7B5 is #A3484A. Grayscale: #9B9B9B. Windows color (decimal): -10700875 or 11908956. OLE color: 11908956.
HSL color Cylindrical-coordinate representation of color #5CB7B5: hue angle of 178.68º 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 #5CB7B5 is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 183 | 181 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.28 |
| HSL | 178.68º | 0.39% | 0.54% | - |
| HSV(B) | 178.68º | 0.5% | 0.72% | - |
| XYZ | 29.69 | 39.48 | 49.77 | - |
| YUV | 155.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 183 | 181 | 0.50 | 0 | 0.01 | 0.28 | 178.68 | 0.39 | 0.54 |
| Hex | 5C | B7 | B5 | 32 | 0 | 1 | 1C | B3 | 27 | 36 |
| Octal | 134 | 267 | 265 | 62 | 0 | 1 | 34 | 263 | 47 | 66 |
| Binary | 1011100 | 10110111 | 10110101 | 110010 | 0 | 1 | 11100 | 10110011 | 100111 | 110110 |
Color Harmonies of #5CB7B5
Complementary color
Monochromatic Colors of #5CB7B5
Black with #5CB7B5
Text Example
Text Example
White with #5CB7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB7B5; }
p { color: rgb(92,183,181); }
H1.HeaderClassName
{
color: #5CB7B5;
}
.AnyTagClassName
{
color: #5CB7B5;
}
</style>
background-color css
<style>
a { background-color: #5CB7B5; }
a { background-color: rgb(92,183,181); }
div.DivClassName
{
background-color: #5CB7B5;
}
.BgClassName
{
background-color: #5CB7B5;
}
</style>
border-color css
<style>
span { border-color: #5CB7B5; }
span { border-color: rgb(92,183,181); }
td.TdClassName
{
border-color: #5CB7B5;
}
.TagClassName
{
border-color: #5CB7B5;
}
</style>