Shades of Fountain Blue #59ADB3
Tints of Fountain Blue #59ADB3
RGB
CMYK
RGB Variations
Color information
#59ADB3 (or 0x59ADB3) is known color: Fountain Blue. HEX triplet: 59, AD and B3. RGB value is (89,173,179). Sum of RGB (Red+Green+Blue) = 89+173+179=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 179 - color contains mainly: blue. Hex color #59ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADB3 is #A6524C. Grayscale: #949494. Windows color (decimal): -10900045 or 11775321. OLE color: 11775321.
HSL color Cylindrical-coordinate representation of color #59ADB3: hue angle of 184º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59ADB3 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 173 | 179 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.30 |
| HSL | 184º | 0.37% | 0.53% | - |
| HSV(B) | 184º | 0.5% | 0.7% | - |
| XYZ | 27.2 | 35.27 | 48.02 | - |
| YUV | 148.57 | 145.17 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 179 | 0.50 | 0.03 | 0 | 0.30 | 184 | 0.37 | 0.53 |
| Hex | 59 | AD | B3 | 32 | 3 | 0 | 1E | B8 | 25 | 35 |
| Octal | 131 | 255 | 263 | 62 | 3 | 0 | 36 | 270 | 45 | 65 |
| Binary | 1011001 | 10101101 | 10110011 | 110010 | 11 | 0 | 11110 | 10111000 | 100101 | 110101 |
Color Harmonies of #59ADB3
Complementary color
Monochromatic Colors of #59ADB3
Black with #59ADB3
Text Example
Text Example
White with #59ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADB3; }
p { color: rgb(89,173,179); }
H1.HeaderClassName
{
color: #59ADB3;
}
.AnyTagClassName
{
color: #59ADB3;
}
</style>
background-color css
<style>
a { background-color: #59ADB3; }
a { background-color: rgb(89,173,179); }
div.DivClassName
{
background-color: #59ADB3;
}
.BgClassName
{
background-color: #59ADB3;
}
</style>
border-color css
<style>
span { border-color: #59ADB3; }
span { border-color: rgb(89,173,179); }
td.TdClassName
{
border-color: #59ADB3;
}
.TagClassName
{
border-color: #59ADB3;
}
</style>