Shades of Fountain Blue #53A3AF
Tints of Fountain Blue #53A3AF
RGB
CMYK
RGB Variations
Color information
#53A3AF (or 0x53A3AF) is known color: Fountain Blue. HEX triplet: 53, A3 and AF. RGB value is (83,163,175). Sum of RGB (Red+Green+Blue) = 83+163+175=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #53A3AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A3AF is #AC5C50. Grayscale: #8C8C8C. Windows color (decimal): -11295825 or 11510611. OLE color: 11510611.
HSL color Cylindrical-coordinate representation of color #53A3AF: hue angle of 187.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53A3AF is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 163 | 175 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.31 |
| HSL | 187.83º | 0.37% | 0.51% | - |
| HSV(B) | 187.83º | 0.53% | 0.69% | - |
| XYZ | 24.4 | 31.13 | 45.28 | - |
| YUV | 140.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 175 | 0.53 | 0.07 | 0 | 0.31 | 187.83 | 0.37 | 0.51 |
| Hex | 53 | A3 | AF | 35 | 7 | 0 | 1F | BC | 25 | 33 |
| Octal | 123 | 243 | 257 | 65 | 7 | 0 | 37 | 274 | 45 | 63 |
| Binary | 1010011 | 10100011 | 10101111 | 110101 | 111 | 0 | 11111 | 10111100 | 100101 | 110011 |
Color Harmonies of #53A3AF
Complementary color
Monochromatic Colors of #53A3AF
Black with #53A3AF
Text Example
Text Example
White with #53A3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3AF; }
p { color: rgb(83,163,175); }
H1.HeaderClassName
{
color: #53A3AF;
}
.AnyTagClassName
{
color: #53A3AF;
}
</style>
background-color css
<style>
a { background-color: #53A3AF; }
a { background-color: rgb(83,163,175); }
div.DivClassName
{
background-color: #53A3AF;
}
.BgClassName
{
background-color: #53A3AF;
}
</style>
border-color css
<style>
span { border-color: #53A3AF; }
span { border-color: rgb(83,163,175); }
td.TdClassName
{
border-color: #53A3AF;
}
.TagClassName
{
border-color: #53A3AF;
}
</style>