Shades of Fountain Blue #5AB2BD
Tints of Fountain Blue #5AB2BD
RGB
CMYK
RGB Variations
Color information
#5AB2BD (or 0x5AB2BD) is known color: Fountain Blue. HEX triplet: 5A, B2 and BD. RGB value is (90,178,189). Sum of RGB (Red+Green+Blue) = 90+178+189=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB2BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB2BD is #A54D42. Grayscale: #989898. Windows color (decimal): -10833219 or 12431962. OLE color: 12431962.
HSL color Cylindrical-coordinate representation of color #5AB2BD: hue angle of 186.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB2BD is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 178 | 189 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.26 |
| HSL | 186.67º | 0.43% | 0.55% | - |
| HSV(B) | 186.67º | 0.52% | 0.74% | - |
| XYZ | 29.32 | 37.69 | 53.87 | - |
| YUV | 152.94 | 148.35 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 189 | 0.52 | 0.06 | 0 | 0.26 | 186.67 | 0.43 | 0.55 |
| Hex | 5A | B2 | BD | 34 | 6 | 0 | 1A | BB | 2B | 37 |
| Octal | 132 | 262 | 275 | 64 | 6 | 0 | 32 | 273 | 53 | 67 |
| Binary | 1011010 | 10110010 | 10111101 | 110100 | 110 | 0 | 11010 | 10111011 | 101011 | 110111 |
Color Harmonies of #5AB2BD
Complementary color
Monochromatic Colors of #5AB2BD
Black with #5AB2BD
Text Example
Text Example
White with #5AB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2BD; }
p { color: rgb(90,178,189); }
H1.HeaderClassName
{
color: #5AB2BD;
}
.AnyTagClassName
{
color: #5AB2BD;
}
</style>
background-color css
<style>
a { background-color: #5AB2BD; }
a { background-color: rgb(90,178,189); }
div.DivClassName
{
background-color: #5AB2BD;
}
.BgClassName
{
background-color: #5AB2BD;
}
</style>
border-color css
<style>
span { border-color: #5AB2BD; }
span { border-color: rgb(90,178,189); }
td.TdClassName
{
border-color: #5AB2BD;
}
.TagClassName
{
border-color: #5AB2BD;
}
</style>