Shades of Fountain Blue #53A8AD
Tints of Fountain Blue #53A8AD
RGB
CMYK
RGB Variations
Color information
#53A8AD (or 0x53A8AD) is known color: Fountain Blue. HEX triplet: 53, A8 and AD. RGB value is (83,168,173). Sum of RGB (Red+Green+Blue) = 83+168+173=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #53A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A8AD is #AC5752. Grayscale: #8F8F8F. Windows color (decimal): -11294547 or 11380819. OLE color: 11380819.
HSL color Cylindrical-coordinate representation of color #53A8AD: hue angle of 183.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53A8AD is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 168 | 173 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.32 |
| HSL | 183.33º | 0.35% | 0.5% | - |
| HSV(B) | 183.33º | 0.52% | 0.68% | - |
| XYZ | 25.11 | 32.86 | 44.55 | - |
| YUV | 143.16 | 144.84 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 173 | 0.52 | 0.03 | 0 | 0.32 | 183.33 | 0.35 | 0.5 |
| Hex | 53 | A8 | AD | 34 | 3 | 0 | 20 | B7 | 23 | 32 |
| Octal | 123 | 250 | 255 | 64 | 3 | 0 | 40 | 267 | 43 | 62 |
| Binary | 1010011 | 10101000 | 10101101 | 110100 | 11 | 0 | 100000 | 10110111 | 100011 | 110010 |
Color Harmonies of #53A8AD
Complementary color
Monochromatic Colors of #53A8AD
Black with #53A8AD
Text Example
Text Example
White with #53A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8AD; }
p { color: rgb(83,168,173); }
H1.HeaderClassName
{
color: #53A8AD;
}
.AnyTagClassName
{
color: #53A8AD;
}
</style>
background-color css
<style>
a { background-color: #53A8AD; }
a { background-color: rgb(83,168,173); }
div.DivClassName
{
background-color: #53A8AD;
}
.BgClassName
{
background-color: #53A8AD;
}
</style>
border-color css
<style>
span { border-color: #53A8AD; }
span { border-color: rgb(83,168,173); }
td.TdClassName
{
border-color: #53A8AD;
}
.TagClassName
{
border-color: #53A8AD;
}
</style>