Shades of Fountain Blue #5BADAE
Tints of Fountain Blue #5BADAE
RGB
CMYK
RGB Variations
Color information
#5BADAE (or 0x5BADAE) is known color: Fountain Blue. HEX triplet: 5B, AD and AE. RGB value is (91,173,174). Sum of RGB (Red+Green+Blue) = 91+173+174=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #5BADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BADAE is #A45251. Grayscale: #949494. Windows color (decimal): -10768978 or 11447643. OLE color: 11447643.
HSL color Cylindrical-coordinate representation of color #5BADAE: hue angle of 180.72º 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 #5BADAE is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 174 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.32 |
| HSL | 180.72º | 0.34% | 0.52% | - |
| HSV(B) | 180.72º | 0.48% | 0.68% | - |
| XYZ | 26.9 | 35.17 | 45.41 | - |
| YUV | 148.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 174 | 0.48 | 0.01 | 0 | 0.32 | 180.72 | 0.34 | 0.52 |
| Hex | 5B | AD | AE | 30 | 1 | 0 | 20 | B5 | 22 | 34 |
| Octal | 133 | 255 | 256 | 60 | 1 | 0 | 40 | 265 | 42 | 64 |
| Binary | 1011011 | 10101101 | 10101110 | 110000 | 1 | 0 | 100000 | 10110101 | 100010 | 110100 |
Color Harmonies of #5BADAE
Complementary color
Monochromatic Colors of #5BADAE
Black with #5BADAE
Text Example
Text Example
White with #5BADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADAE; }
p { color: rgb(91,173,174); }
H1.HeaderClassName
{
color: #5BADAE;
}
.AnyTagClassName
{
color: #5BADAE;
}
</style>
background-color css
<style>
a { background-color: #5BADAE; }
a { background-color: rgb(91,173,174); }
div.DivClassName
{
background-color: #5BADAE;
}
.BgClassName
{
background-color: #5BADAE;
}
</style>
border-color css
<style>
span { border-color: #5BADAE; }
span { border-color: rgb(91,173,174); }
td.TdClassName
{
border-color: #5BADAE;
}
.TagClassName
{
border-color: #5BADAE;
}
</style>