Shades of Fountain Blue #52ABB1
Tints of Fountain Blue #52ABB1
RGB
CMYK
RGB Variations
Color information
#52ABB1 (or 0x52ABB1) is known color: Fountain Blue. HEX triplet: 52, AB and B1. RGB value is (82,171,177). Sum of RGB (Red+Green+Blue) = 82+171+177=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #52ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABB1 is #AD544E. Grayscale: #909090. Windows color (decimal): -11359311 or 11643730. OLE color: 11643730.
HSL color Cylindrical-coordinate representation of color #52ABB1: hue angle of 183.79º 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 #52ABB1 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 171 | 177 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.31 |
| HSL | 183.79º | 0.38% | 0.51% | - |
| HSV(B) | 183.79º | 0.54% | 0.69% | - |
| XYZ | 25.98 | 34.09 | 46.81 | - |
| YUV | 145.07 | 146.01 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 177 | 0.54 | 0.03 | 0 | 0.31 | 183.79 | 0.38 | 0.51 |
| Hex | 52 | AB | B1 | 36 | 3 | 0 | 1F | B8 | 26 | 33 |
| Octal | 122 | 253 | 261 | 66 | 3 | 0 | 37 | 270 | 46 | 63 |
| Binary | 1010010 | 10101011 | 10110001 | 110110 | 11 | 0 | 11111 | 10111000 | 100110 | 110011 |
Color Harmonies of #52ABB1
Complementary color
Monochromatic Colors of #52ABB1
Black with #52ABB1
Text Example
Text Example
White with #52ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABB1; }
p { color: rgb(82,171,177); }
H1.HeaderClassName
{
color: #52ABB1;
}
.AnyTagClassName
{
color: #52ABB1;
}
</style>
background-color css
<style>
a { background-color: #52ABB1; }
a { background-color: rgb(82,171,177); }
div.DivClassName
{
background-color: #52ABB1;
}
.BgClassName
{
background-color: #52ABB1;
}
</style>
border-color css
<style>
span { border-color: #52ABB1; }
span { border-color: rgb(82,171,177); }
td.TdClassName
{
border-color: #52ABB1;
}
.TagClassName
{
border-color: #52ABB1;
}
</style>