Shades of Fountain Blue #53AAB4
Tints of Fountain Blue #53AAB4
RGB
CMYK
RGB Variations
Color information
#53AAB4 (or 0x53AAB4) is known color: Fountain Blue. HEX triplet: 53, AA and B4. RGB value is (83,170,180). Sum of RGB (Red+Green+Blue) = 83+170+180=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #53AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAB4 is #AC554B. Grayscale: #919191. Windows color (decimal): -11294028 or 11840083. OLE color: 11840083.
HSL color Cylindrical-coordinate representation of color #53AAB4: hue angle of 186.19º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53AAB4 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 170 | 180 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.29 |
| HSL | 186.19º | 0.39% | 0.52% | - |
| HSV(B) | 186.19º | 0.54% | 0.71% | - |
| XYZ | 26.18 | 33.88 | 48.34 | - |
| YUV | 145.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 180 | 0.54 | 0.06 | 0 | 0.29 | 186.19 | 0.39 | 0.52 |
| Hex | 53 | AA | B4 | 36 | 6 | 0 | 1D | BA | 27 | 34 |
| Octal | 123 | 252 | 264 | 66 | 6 | 0 | 35 | 272 | 47 | 64 |
| Binary | 1010011 | 10101010 | 10110100 | 110110 | 110 | 0 | 11101 | 10111010 | 100111 | 110100 |
Color Harmonies of #53AAB4
Complementary color
Monochromatic Colors of #53AAB4
Black with #53AAB4
Text Example
Text Example
White with #53AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAB4; }
p { color: rgb(83,170,180); }
H1.HeaderClassName
{
color: #53AAB4;
}
.AnyTagClassName
{
color: #53AAB4;
}
</style>
background-color css
<style>
a { background-color: #53AAB4; }
a { background-color: rgb(83,170,180); }
div.DivClassName
{
background-color: #53AAB4;
}
.BgClassName
{
background-color: #53AAB4;
}
</style>
border-color css
<style>
span { border-color: #53AAB4; }
span { border-color: rgb(83,170,180); }
td.TdClassName
{
border-color: #53AAB4;
}
.TagClassName
{
border-color: #53AAB4;
}
</style>