Shades of Fountain Blue #54ADAF
Tints of Fountain Blue #54ADAF
RGB
CMYK
RGB Variations
Color information
#54ADAF (or 0x54ADAF) is known color: Fountain Blue. HEX triplet: 54, AD and AF. RGB value is (84,173,175). Sum of RGB (Red+Green+Blue) = 84+173+175=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #54ADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ADAF is #AB5250. Grayscale: #929292. Windows color (decimal): -11227729 or 11513172. OLE color: 11513172.
HSL color Cylindrical-coordinate representation of color #54ADAF: hue angle of 181.32º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54ADAF is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 173 | 175 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.31 |
| HSL | 181.32º | 0.36% | 0.51% | - |
| HSV(B) | 181.32º | 0.52% | 0.69% | - |
| XYZ | 26.34 | 34.87 | 45.9 | - |
| YUV | 146.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 173 | 175 | 0.52 | 0.01 | 0 | 0.31 | 181.32 | 0.36 | 0.51 |
| Hex | 54 | AD | AF | 34 | 1 | 0 | 1F | B5 | 24 | 33 |
| Octal | 124 | 255 | 257 | 64 | 1 | 0 | 37 | 265 | 44 | 63 |
| Binary | 1010100 | 10101101 | 10101111 | 110100 | 1 | 0 | 11111 | 10110101 | 100100 | 110011 |
Color Harmonies of #54ADAF
Complementary color
Monochromatic Colors of #54ADAF
Black with #54ADAF
Text Example
Text Example
White with #54ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54ADAF; }
p { color: rgb(84,173,175); }
H1.HeaderClassName
{
color: #54ADAF;
}
.AnyTagClassName
{
color: #54ADAF;
}
</style>
background-color css
<style>
a { background-color: #54ADAF; }
a { background-color: rgb(84,173,175); }
div.DivClassName
{
background-color: #54ADAF;
}
.BgClassName
{
background-color: #54ADAF;
}
</style>
border-color css
<style>
span { border-color: #54ADAF; }
span { border-color: rgb(84,173,175); }
td.TdClassName
{
border-color: #54ADAF;
}
.TagClassName
{
border-color: #54ADAF;
}
</style>