Shades of Fountain Blue #5BAEAD
Tints of Fountain Blue #5BAEAD
RGB
CMYK
RGB Variations
Color information
#5BAEAD (or 0x5BAEAD) is known color: Fountain Blue. HEX triplet: 5B, AE and AD. RGB value is (91,174,173). Sum of RGB (Red+Green+Blue) = 91+174+173=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEAD is #A45152. Grayscale: #949494. Windows color (decimal): -10768723 or 11382363. OLE color: 11382363.
HSL color Cylindrical-coordinate representation of color #5BAEAD: hue angle of 179.28º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEAD is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 173 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.32 |
| HSL | 179.28º | 0.34% | 0.52% | - |
| HSV(B) | 179.28º | 0.48% | 0.68% | - |
| XYZ | 26.99 | 35.51 | 44.97 | - |
| YUV | 149.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 173 | 0.48 | 0 | 0.01 | 0.32 | 179.28 | 0.34 | 0.52 |
| Hex | 5B | AE | AD | 30 | 0 | 1 | 20 | B3 | 22 | 34 |
| Octal | 133 | 256 | 255 | 60 | 0 | 1 | 40 | 263 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10101101 | 110000 | 0 | 1 | 100000 | 10110011 | 100010 | 110100 |
Color Harmonies of #5BAEAD
Complementary color
Monochromatic Colors of #5BAEAD
Black with #5BAEAD
Text Example
Text Example
White with #5BAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEAD; }
p { color: rgb(91,174,173); }
H1.HeaderClassName
{
color: #5BAEAD;
}
.AnyTagClassName
{
color: #5BAEAD;
}
</style>
background-color css
<style>
a { background-color: #5BAEAD; }
a { background-color: rgb(91,174,173); }
div.DivClassName
{
background-color: #5BAEAD;
}
.BgClassName
{
background-color: #5BAEAD;
}
</style>
border-color css
<style>
span { border-color: #5BAEAD; }
span { border-color: rgb(91,174,173); }
td.TdClassName
{
border-color: #5BAEAD;
}
.TagClassName
{
border-color: #5BAEAD;
}
</style>