Shades of Fountain Blue #52ADB3
Tints of Fountain Blue #52ADB3
RGB
CMYK
RGB Variations
Color information
#52ADB3 (or 0x52ADB3) is known color: Fountain Blue. HEX triplet: 52, AD and B3. RGB value is (82,173,179). Sum of RGB (Red+Green+Blue) = 82+173+179=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #52ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADB3 is #AD524C. Grayscale: #929292. Windows color (decimal): -11358797 or 11775314. OLE color: 11775314.
HSL color Cylindrical-coordinate representation of color #52ADB3: hue angle of 183.71º 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 #52ADB3 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 173 | 179 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.30 |
| HSL | 183.71º | 0.39% | 0.51% | - |
| HSV(B) | 183.71º | 0.54% | 0.7% | - |
| XYZ | 26.56 | 34.94 | 47.99 | - |
| YUV | 146.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 179 | 0.54 | 0.03 | 0 | 0.30 | 183.71 | 0.39 | 0.51 |
| Hex | 52 | AD | B3 | 36 | 3 | 0 | 1E | B8 | 27 | 33 |
| Octal | 122 | 255 | 263 | 66 | 3 | 0 | 36 | 270 | 47 | 63 |
| Binary | 1010010 | 10101101 | 10110011 | 110110 | 11 | 0 | 11110 | 10111000 | 100111 | 110011 |
Color Harmonies of #52ADB3
Complementary color
Monochromatic Colors of #52ADB3
Black with #52ADB3
Text Example
Text Example
White with #52ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADB3; }
p { color: rgb(82,173,179); }
H1.HeaderClassName
{
color: #52ADB3;
}
.AnyTagClassName
{
color: #52ADB3;
}
</style>
background-color css
<style>
a { background-color: #52ADB3; }
a { background-color: rgb(82,173,179); }
div.DivClassName
{
background-color: #52ADB3;
}
.BgClassName
{
background-color: #52ADB3;
}
</style>
border-color css
<style>
span { border-color: #52ADB3; }
span { border-color: rgb(82,173,179); }
td.TdClassName
{
border-color: #52ADB3;
}
.TagClassName
{
border-color: #52ADB3;
}
</style>