Shades of Fountain Blue #52AAB0
Tints of Fountain Blue #52AAB0
RGB
CMYK
RGB Variations
Color information
#52AAB0 (or 0x52AAB0) is known color: Fountain Blue. HEX triplet: 52, AA and B0. RGB value is (82,170,176). Sum of RGB (Red+Green+Blue) = 82+170+176=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #52AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AAB0 is #AD554F. Grayscale: #909090. Windows color (decimal): -11359568 or 11577938. OLE color: 11577938.
HSL color Cylindrical-coordinate representation of color #52AAB0: hue angle of 183.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AAB0 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 170 | 176 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.31 |
| HSL | 183.83º | 0.37% | 0.51% | - |
| HSV(B) | 183.83º | 0.53% | 0.69% | - |
| XYZ | 25.69 | 33.68 | 46.22 | - |
| YUV | 144.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 176 | 0.53 | 0.03 | 0 | 0.31 | 183.83 | 0.37 | 0.51 |
| Hex | 52 | AA | B0 | 35 | 3 | 0 | 1F | B8 | 25 | 33 |
| Octal | 122 | 252 | 260 | 65 | 3 | 0 | 37 | 270 | 45 | 63 |
| Binary | 1010010 | 10101010 | 10110000 | 110101 | 11 | 0 | 11111 | 10111000 | 100101 | 110011 |
Color Harmonies of #52AAB0
Complementary color
Monochromatic Colors of #52AAB0
Black with #52AAB0
Text Example
Text Example
White with #52AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AAB0; }
p { color: rgb(82,170,176); }
H1.HeaderClassName
{
color: #52AAB0;
}
.AnyTagClassName
{
color: #52AAB0;
}
</style>
background-color css
<style>
a { background-color: #52AAB0; }
a { background-color: rgb(82,170,176); }
div.DivClassName
{
background-color: #52AAB0;
}
.BgClassName
{
background-color: #52AAB0;
}
</style>
border-color css
<style>
span { border-color: #52AAB0; }
span { border-color: rgb(82,170,176); }
td.TdClassName
{
border-color: #52AAB0;
}
.TagClassName
{
border-color: #52AAB0;
}
</style>