Shades of Fountain Blue #52ADB4
Tints of Fountain Blue #52ADB4
RGB
CMYK
RGB Variations
Color information
#52ADB4 (or 0x52ADB4) is known color: Fountain Blue. HEX triplet: 52, AD and B4. RGB value is (82,173,180). Sum of RGB (Red+Green+Blue) = 82+173+180=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #52ADB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADB4 is #AD524B. Grayscale: #929292. Windows color (decimal): -11358796 or 11840850. OLE color: 11840850.
HSL color Cylindrical-coordinate representation of color #52ADB4: hue angle of 184.29º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52ADB4 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 173 | 180 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.29 |
| HSL | 184.29º | 0.4% | 0.51% | - |
| HSV(B) | 184.29º | 0.54% | 0.71% | - |
| XYZ | 26.66 | 34.98 | 48.53 | - |
| YUV | 146.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 180 | 0.54 | 0.04 | 0 | 0.29 | 184.29 | 0.4 | 0.51 |
| Hex | 52 | AD | B4 | 36 | 4 | 0 | 1D | B8 | 28 | 33 |
| Octal | 122 | 255 | 264 | 66 | 4 | 0 | 35 | 270 | 50 | 63 |
| Binary | 1010010 | 10101101 | 10110100 | 110110 | 100 | 0 | 11101 | 10111000 | 101000 | 110011 |
Color Harmonies of #52ADB4
Complementary color
Monochromatic Colors of #52ADB4
Black with #52ADB4
Text Example
Text Example
White with #52ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADB4; }
p { color: rgb(82,173,180); }
H1.HeaderClassName
{
color: #52ADB4;
}
.AnyTagClassName
{
color: #52ADB4;
}
</style>
background-color css
<style>
a { background-color: #52ADB4; }
a { background-color: rgb(82,173,180); }
div.DivClassName
{
background-color: #52ADB4;
}
.BgClassName
{
background-color: #52ADB4;
}
</style>
border-color css
<style>
span { border-color: #52ADB4; }
span { border-color: rgb(82,173,180); }
td.TdClassName
{
border-color: #52ADB4;
}
.TagClassName
{
border-color: #52ADB4;
}
</style>