Shades of Fountain Blue #52B5B4
Tints of Fountain Blue #52B5B4
RGB
CMYK
RGB Variations
Color information
#52B5B4 (or 0x52B5B4) is known color: Fountain Blue. HEX triplet: 52, B5 and B4. RGB value is (82,181,180). Sum of RGB (Red+Green+Blue) = 82+181+180=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #52B5B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B5B4 is #AD4A4B. Grayscale: #979797. Windows color (decimal): -11356748 or 11842898. OLE color: 11842898.
HSL color Cylindrical-coordinate representation of color #52B5B4: hue angle of 179.39º 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 #52B5B4 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 180 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.29 |
| HSL | 179.39º | 0.4% | 0.52% | - |
| HSV(B) | 179.39º | 0.55% | 0.71% | - |
| XYZ | 28.24 | 38.14 | 49.05 | - |
| YUV | 151.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 180 | 0.55 | 0 | 0.01 | 0.29 | 179.39 | 0.4 | 0.52 |
| Hex | 52 | B5 | B4 | 37 | 0 | 1 | 1D | B3 | 28 | 34 |
| Octal | 122 | 265 | 264 | 67 | 0 | 1 | 35 | 263 | 50 | 64 |
| Binary | 1010010 | 10110101 | 10110100 | 110111 | 0 | 1 | 11101 | 10110011 | 101000 | 110100 |
Color Harmonies of #52B5B4
Complementary color
Monochromatic Colors of #52B5B4
Black with #52B5B4
Text Example
Text Example
White with #52B5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B5B4; }
p { color: rgb(82,181,180); }
H1.HeaderClassName
{
color: #52B5B4;
}
.AnyTagClassName
{
color: #52B5B4;
}
</style>
background-color css
<style>
a { background-color: #52B5B4; }
a { background-color: rgb(82,181,180); }
div.DivClassName
{
background-color: #52B5B4;
}
.BgClassName
{
background-color: #52B5B4;
}
</style>
border-color css
<style>
span { border-color: #52B5B4; }
span { border-color: rgb(82,181,180); }
td.TdClassName
{
border-color: #52B5B4;
}
.TagClassName
{
border-color: #52B5B4;
}
</style>