Shades of Fountain Blue #53ACB4
Tints of Fountain Blue #53ACB4
RGB
CMYK
RGB Variations
Color information
#53ACB4 (or 0x53ACB4) is known color: Fountain Blue. HEX triplet: 53, AC and B4. RGB value is (83,172,180). Sum of RGB (Red+Green+Blue) = 83+172+180=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 180 (70.70% from 255 or 41.38% from 435); Max value from RGB is 180 - color contains mainly: blue. Hex color #53ACB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACB4 is #AC534B. Grayscale: #929292. Windows color (decimal): -11293516 or 11840595. OLE color: 11840595.
HSL color Cylindrical-coordinate representation of color #53ACB4: hue angle of 184.95º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53ACB4 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 172 | 180 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.29 |
| HSL | 184.95º | 0.39% | 0.52% | - |
| HSV(B) | 184.95º | 0.54% | 0.71% | - |
| XYZ | 26.56 | 34.64 | 48.47 | - |
| YUV | 146.3 | 147.01 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 180 | 0.54 | 0.04 | 0 | 0.29 | 184.95 | 0.39 | 0.52 |
| Hex | 53 | AC | B4 | 36 | 4 | 0 | 1D | B9 | 27 | 34 |
| Octal | 123 | 254 | 264 | 66 | 4 | 0 | 35 | 271 | 47 | 64 |
| Binary | 1010011 | 10101100 | 10110100 | 110110 | 100 | 0 | 11101 | 10111001 | 100111 | 110100 |
Color Harmonies of #53ACB4
Complementary color
Monochromatic Colors of #53ACB4
Black with #53ACB4
Text Example
Text Example
White with #53ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ACB4; }
p { color: rgb(83,172,180); }
H1.HeaderClassName
{
color: #53ACB4;
}
.AnyTagClassName
{
color: #53ACB4;
}
</style>
background-color css
<style>
a { background-color: #53ACB4; }
a { background-color: rgb(83,172,180); }
div.DivClassName
{
background-color: #53ACB4;
}
.BgClassName
{
background-color: #53ACB4;
}
</style>
border-color css
<style>
span { border-color: #53ACB4; }
span { border-color: rgb(83,172,180); }
td.TdClassName
{
border-color: #53ACB4;
}
.TagClassName
{
border-color: #53ACB4;
}
</style>