Shades of Fountain Blue #5AB6BD
Tints of Fountain Blue #5AB6BD
RGB
CMYK
RGB Variations
Color information
#5AB6BD (or 0x5AB6BD) is known color: Fountain Blue. HEX triplet: 5A, B6 and BD. RGB value is (90,182,189). Sum of RGB (Red+Green+Blue) = 90+182+189=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6BD is #A54942. Grayscale: #9B9B9B. Windows color (decimal): -10832195 or 12432986. OLE color: 12432986.
HSL color Cylindrical-coordinate representation of color #5AB6BD: hue angle of 184.24º 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 #5AB6BD is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 182 | 189 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.26 |
| HSL | 184.24º | 0.43% | 0.55% | - |
| HSV(B) | 184.24º | 0.52% | 0.74% | - |
| XYZ | 30.13 | 39.3 | 54.14 | - |
| YUV | 155.29 | 147.02 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 182 | 189 | 0.52 | 0.04 | 0 | 0.26 | 184.24 | 0.43 | 0.55 |
| Hex | 5A | B6 | BD | 34 | 4 | 0 | 1A | B8 | 2B | 37 |
| Octal | 132 | 266 | 275 | 64 | 4 | 0 | 32 | 270 | 53 | 67 |
| Binary | 1011010 | 10110110 | 10111101 | 110100 | 100 | 0 | 11010 | 10111000 | 101011 | 110111 |
Color Harmonies of #5AB6BD
Complementary color
Monochromatic Colors of #5AB6BD
Black with #5AB6BD
Text Example
Text Example
White with #5AB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB6BD; }
p { color: rgb(90,182,189); }
H1.HeaderClassName
{
color: #5AB6BD;
}
.AnyTagClassName
{
color: #5AB6BD;
}
</style>
background-color css
<style>
a { background-color: #5AB6BD; }
a { background-color: rgb(90,182,189); }
div.DivClassName
{
background-color: #5AB6BD;
}
.BgClassName
{
background-color: #5AB6BD;
}
</style>
border-color css
<style>
span { border-color: #5AB6BD; }
span { border-color: rgb(90,182,189); }
td.TdClassName
{
border-color: #5AB6BD;
}
.TagClassName
{
border-color: #5AB6BD;
}
</style>