Shades of Fountain Blue #53AAB3
Tints of Fountain Blue #53AAB3
RGB
CMYK
RGB Variations
Color information
#53AAB3 (or 0x53AAB3) is known color: Fountain Blue. HEX triplet: 53, AA and B3. RGB value is (83,170,179). Sum of RGB (Red+Green+Blue) = 83+170+179=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 179 - color contains mainly: blue. Hex color #53AAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AAB3 is #AC554C. Grayscale: #909090. Windows color (decimal): -11294029 or 11774547. OLE color: 11774547.
HSL color Cylindrical-coordinate representation of color #53AAB3: hue angle of 185.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53AAB3 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 170 | 179 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.30 |
| HSL | 185.63º | 0.39% | 0.51% | - |
| HSV(B) | 185.63º | 0.54% | 0.7% | - |
| XYZ | 26.08 | 33.84 | 47.81 | - |
| YUV | 145.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 179 | 0.54 | 0.05 | 0 | 0.30 | 185.63 | 0.39 | 0.51 |
| Hex | 53 | AA | B3 | 36 | 5 | 0 | 1E | BA | 27 | 33 |
| Octal | 123 | 252 | 263 | 66 | 5 | 0 | 36 | 272 | 47 | 63 |
| Binary | 1010011 | 10101010 | 10110011 | 110110 | 101 | 0 | 11110 | 10111010 | 100111 | 110011 |
Color Harmonies of #53AAB3
Complementary color
Monochromatic Colors of #53AAB3
Black with #53AAB3
Text Example
Text Example
White with #53AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AAB3; }
p { color: rgb(83,170,179); }
H1.HeaderClassName
{
color: #53AAB3;
}
.AnyTagClassName
{
color: #53AAB3;
}
</style>
background-color css
<style>
a { background-color: #53AAB3; }
a { background-color: rgb(83,170,179); }
div.DivClassName
{
background-color: #53AAB3;
}
.BgClassName
{
background-color: #53AAB3;
}
</style>
border-color css
<style>
span { border-color: #53AAB3; }
span { border-color: rgb(83,170,179); }
td.TdClassName
{
border-color: #53AAB3;
}
.TagClassName
{
border-color: #53AAB3;
}
</style>