Shades of Fountain Blue #52A5B5
Tints of Fountain Blue #52A5B5
RGB
CMYK
RGB Variations
Color information
#52A5B5 (or 0x52A5B5) is known color: Fountain Blue. HEX triplet: 52, A5 and B5. RGB value is (82,165,181). Sum of RGB (Red+Green+Blue) = 82+165+181=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 181 - color contains mainly: blue. Hex color #52A5B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5B5 is #AD5A4A. Grayscale: #8D8D8D. Windows color (decimal): -11360843 or 11904338. OLE color: 11904338.
HSL color Cylindrical-coordinate representation of color #52A5B5: hue angle of 189.7º degrees, saturation: 0.4, 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 #52A5B5 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 165 | 181 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.29 |
| HSL | 189.7º | 0.4% | 0.52% | - |
| HSV(B) | 189.7º | 0.55% | 0.71% | - |
| XYZ | 25.28 | 32.04 | 48.57 | - |
| YUV | 142.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 181 | 0.55 | 0.09 | 0 | 0.29 | 189.7 | 0.4 | 0.52 |
| Hex | 52 | A5 | B5 | 37 | 9 | 0 | 1D | BE | 28 | 34 |
| Octal | 122 | 245 | 265 | 67 | 11 | 0 | 35 | 276 | 50 | 64 |
| Binary | 1010010 | 10100101 | 10110101 | 110111 | 1001 | 0 | 11101 | 10111110 | 101000 | 110100 |
Color Harmonies of #52A5B5
Complementary color
Monochromatic Colors of #52A5B5
Black with #52A5B5
Text Example
Text Example
White with #52A5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A5B5; }
p { color: rgb(82,165,181); }
H1.HeaderClassName
{
color: #52A5B5;
}
.AnyTagClassName
{
color: #52A5B5;
}
</style>
background-color css
<style>
a { background-color: #52A5B5; }
a { background-color: rgb(82,165,181); }
div.DivClassName
{
background-color: #52A5B5;
}
.BgClassName
{
background-color: #52A5B5;
}
</style>
border-color css
<style>
span { border-color: #52A5B5; }
span { border-color: rgb(82,165,181); }
td.TdClassName
{
border-color: #52A5B5;
}
.TagClassName
{
border-color: #52A5B5;
}
</style>