Shades of Fountain Blue #52A3B1
Tints of Fountain Blue #52A3B1
RGB
CMYK
RGB Variations
Color information
#52A3B1 (or 0x52A3B1) is known color: Fountain Blue. HEX triplet: 52, A3 and B1. RGB value is (82,163,177). Sum of RGB (Red+Green+Blue) = 82+163+177=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #52A3B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A3B1 is #AD5C4E. Grayscale: #8C8C8C. Windows color (decimal): -11361359 or 11641682. OLE color: 11641682.
HSL color Cylindrical-coordinate representation of color #52A3B1: hue angle of 188.84º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A3B1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 163 | 177 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.31 |
| HSL | 188.84º | 0.38% | 0.51% | - |
| HSV(B) | 188.84º | 0.54% | 0.69% | - |
| XYZ | 24.51 | 31.16 | 46.32 | - |
| YUV | 140.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 177 | 0.54 | 0.08 | 0 | 0.31 | 188.84 | 0.38 | 0.51 |
| Hex | 52 | A3 | B1 | 36 | 8 | 0 | 1F | BD | 26 | 33 |
| Octal | 122 | 243 | 261 | 66 | 10 | 0 | 37 | 275 | 46 | 63 |
| Binary | 1010010 | 10100011 | 10110001 | 110110 | 1000 | 0 | 11111 | 10111101 | 100110 | 110011 |
Color Harmonies of #52A3B1
Complementary color
Monochromatic Colors of #52A3B1
Black with #52A3B1
Text Example
Text Example
White with #52A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A3B1; }
p { color: rgb(82,163,177); }
H1.HeaderClassName
{
color: #52A3B1;
}
.AnyTagClassName
{
color: #52A3B1;
}
</style>
background-color css
<style>
a { background-color: #52A3B1; }
a { background-color: rgb(82,163,177); }
div.DivClassName
{
background-color: #52A3B1;
}
.BgClassName
{
background-color: #52A3B1;
}
</style>
border-color css
<style>
span { border-color: #52A3B1; }
span { border-color: rgb(82,163,177); }
td.TdClassName
{
border-color: #52A3B1;
}
.TagClassName
{
border-color: #52A3B1;
}
</style>