Shades of Fountain Blue #52A8B6
Tints of Fountain Blue #52A8B6
RGB
CMYK
RGB Variations
Color information
#52A8B6 (or 0x52A8B6) is known color: Fountain Blue. HEX triplet: 52, A8 and B6. RGB value is (82,168,182). Sum of RGB (Red+Green+Blue) = 82+168+182=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 182 - color contains mainly: blue. Hex color #52A8B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8B6 is #AD5749. Grayscale: #8F8F8F. Windows color (decimal): -11360074 or 11970642. OLE color: 11970642.
HSL color Cylindrical-coordinate representation of color #52A8B6: hue angle of 188.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52A8B6 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 168 | 182 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.29 |
| HSL | 188.4º | 0.41% | 0.52% | - |
| HSV(B) | 188.4º | 0.55% | 0.71% | - |
| XYZ | 25.93 | 33.18 | 49.29 | - |
| YUV | 143.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 182 | 0.55 | 0.08 | 0 | 0.29 | 188.4 | 0.41 | 0.52 |
| Hex | 52 | A8 | B6 | 37 | 8 | 0 | 1D | BC | 29 | 34 |
| Octal | 122 | 250 | 266 | 67 | 10 | 0 | 35 | 274 | 51 | 64 |
| Binary | 1010010 | 10101000 | 10110110 | 110111 | 1000 | 0 | 11101 | 10111100 | 101001 | 110100 |
Color Harmonies of #52A8B6
Complementary color
Monochromatic Colors of #52A8B6
Black with #52A8B6
Text Example
Text Example
White with #52A8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8B6; }
p { color: rgb(82,168,182); }
H1.HeaderClassName
{
color: #52A8B6;
}
.AnyTagClassName
{
color: #52A8B6;
}
</style>
background-color css
<style>
a { background-color: #52A8B6; }
a { background-color: rgb(82,168,182); }
div.DivClassName
{
background-color: #52A8B6;
}
.BgClassName
{
background-color: #52A8B6;
}
</style>
border-color css
<style>
span { border-color: #52A8B6; }
span { border-color: rgb(82,168,182); }
td.TdClassName
{
border-color: #52A8B6;
}
.TagClassName
{
border-color: #52A8B6;
}
</style>