Shades of Fountain Blue #52B7B3
Tints of Fountain Blue #52B7B3
RGB
CMYK
RGB Variations
Color information
#52B7B3 (or 0x52B7B3) is known color: Fountain Blue. HEX triplet: 52, B7 and B3. RGB value is (82,183,179). Sum of RGB (Red+Green+Blue) = 82+183+179=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #52B7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B7B3 is #AD484C. Grayscale: #989898. Windows color (decimal): -11356237 or 11777874. OLE color: 11777874.
HSL color Cylindrical-coordinate representation of color #52B7B3: hue angle of 177.62º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B7B3 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 183 | 179 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.28 |
| HSL | 177.62º | 0.41% | 0.52% | - |
| HSV(B) | 177.62º | 0.55% | 0.72% | - |
| XYZ | 28.55 | 38.92 | 48.65 | - |
| YUV | 152.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 183 | 179 | 0.55 | 0 | 0.02 | 0.28 | 177.62 | 0.41 | 0.52 |
| Hex | 52 | B7 | B3 | 37 | 0 | 2 | 1C | B2 | 29 | 34 |
| Octal | 122 | 267 | 263 | 67 | 0 | 2 | 34 | 262 | 51 | 64 |
| Binary | 1010010 | 10110111 | 10110011 | 110111 | 0 | 10 | 11100 | 10110010 | 101001 | 110100 |
Color Harmonies of #52B7B3
Complementary color
Monochromatic Colors of #52B7B3
Black with #52B7B3
Text Example
Text Example
White with #52B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B7B3; }
p { color: rgb(82,183,179); }
H1.HeaderClassName
{
color: #52B7B3;
}
.AnyTagClassName
{
color: #52B7B3;
}
</style>
background-color css
<style>
a { background-color: #52B7B3; }
a { background-color: rgb(82,183,179); }
div.DivClassName
{
background-color: #52B7B3;
}
.BgClassName
{
background-color: #52B7B3;
}
</style>
border-color css
<style>
span { border-color: #52B7B3; }
span { border-color: rgb(82,183,179); }
td.TdClassName
{
border-color: #52B7B3;
}
.TagClassName
{
border-color: #52B7B3;
}
</style>