Shades of Fountain Blue #5BACB3
Tints of Fountain Blue #5BACB3
RGB
CMYK
RGB Variations
Color information
#5BACB3 (or 0x5BACB3) is known color: Fountain Blue. HEX triplet: 5B, AC and B3. RGB value is (91,172,179). Sum of RGB (Red+Green+Blue) = 91+172+179=442 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.59% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 179 - color contains mainly: blue. Hex color #5BACB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACB3 is #A4534C. Grayscale: #949494. Windows color (decimal): -10769229 or 11775067. OLE color: 11775067.
HSL color Cylindrical-coordinate representation of color #5BACB3: hue angle of 184.77º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BACB3 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 172 | 179 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.30 |
| HSL | 184.77º | 0.37% | 0.53% | - |
| HSV(B) | 184.77º | 0.49% | 0.7% | - |
| XYZ | 27.2 | 34.98 | 47.97 | - |
| YUV | 148.58 | 145.16 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 179 | 0.49 | 0.04 | 0 | 0.30 | 184.77 | 0.37 | 0.53 |
| Hex | 5B | AC | B3 | 31 | 4 | 0 | 1E | B9 | 25 | 35 |
| Octal | 133 | 254 | 263 | 61 | 4 | 0 | 36 | 271 | 45 | 65 |
| Binary | 1011011 | 10101100 | 10110011 | 110001 | 100 | 0 | 11110 | 10111001 | 100101 | 110101 |
Color Harmonies of #5BACB3
Complementary color
Monochromatic Colors of #5BACB3
Black with #5BACB3
Text Example
Text Example
White with #5BACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACB3; }
p { color: rgb(91,172,179); }
H1.HeaderClassName
{
color: #5BACB3;
}
.AnyTagClassName
{
color: #5BACB3;
}
</style>
background-color css
<style>
a { background-color: #5BACB3; }
a { background-color: rgb(91,172,179); }
div.DivClassName
{
background-color: #5BACB3;
}
.BgClassName
{
background-color: #5BACB3;
}
</style>
border-color css
<style>
span { border-color: #5BACB3; }
span { border-color: rgb(91,172,179); }
td.TdClassName
{
border-color: #5BACB3;
}
.TagClassName
{
border-color: #5BACB3;
}
</style>