Shades of Fountain Blue #53A8AE
Tints of Fountain Blue #53A8AE
RGB
CMYK
RGB Variations
Color information
#53A8AE (or 0x53A8AE) is known color: Fountain Blue. HEX triplet: 53, A8 and AE. RGB value is (83,168,174). Sum of RGB (Red+Green+Blue) = 83+168+174=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #53A8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53A8AE is #AC5751. Grayscale: #8F8F8F. Windows color (decimal): -11294546 or 11446355. OLE color: 11446355.
HSL color Cylindrical-coordinate representation of color #53A8AE: hue angle of 183.96º degrees, saturation: 0.36, 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 #53A8AE is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 168 | 174 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.32 |
| HSL | 183.96º | 0.36% | 0.5% | - |
| HSV(B) | 183.96º | 0.52% | 0.68% | - |
| XYZ | 25.21 | 32.9 | 45.07 | - |
| YUV | 143.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 174 | 0.52 | 0.03 | 0 | 0.32 | 183.96 | 0.36 | 0.5 |
| Hex | 53 | A8 | AE | 34 | 3 | 0 | 20 | B8 | 24 | 32 |
| Octal | 123 | 250 | 256 | 64 | 3 | 0 | 40 | 270 | 44 | 62 |
| Binary | 1010011 | 10101000 | 10101110 | 110100 | 11 | 0 | 100000 | 10111000 | 100100 | 110010 |
Color Harmonies of #53A8AE
Complementary color
Monochromatic Colors of #53A8AE
Black with #53A8AE
Text Example
Text Example
White with #53A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8AE; }
p { color: rgb(83,168,174); }
H1.HeaderClassName
{
color: #53A8AE;
}
.AnyTagClassName
{
color: #53A8AE;
}
</style>
background-color css
<style>
a { background-color: #53A8AE; }
a { background-color: rgb(83,168,174); }
div.DivClassName
{
background-color: #53A8AE;
}
.BgClassName
{
background-color: #53A8AE;
}
</style>
border-color css
<style>
span { border-color: #53A8AE; }
span { border-color: rgb(83,168,174); }
td.TdClassName
{
border-color: #53A8AE;
}
.TagClassName
{
border-color: #53A8AE;
}
</style>