Shades of Fountain Blue #54A8B4
Tints of Fountain Blue #54A8B4
RGB
CMYK
RGB Variations
Color information
#54A8B4 (or 0x54A8B4) is known color: Fountain Blue. HEX triplet: 54, A8 and B4. RGB value is (84,168,180). Sum of RGB (Red+Green+Blue) = 84+168+180=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #54A8B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8B4 is #AB574B. Grayscale: #909090. Windows color (decimal): -11229004 or 11839572. OLE color: 11839572.
HSL color Cylindrical-coordinate representation of color #54A8B4: hue angle of 187.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54A8B4 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 168 | 180 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.29 |
| HSL | 187.5º | 0.39% | 0.52% | - |
| HSV(B) | 187.5º | 0.53% | 0.71% | - |
| XYZ | 25.9 | 33.19 | 48.22 | - |
| YUV | 144.25 | 148.17 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 168 | 180 | 0.53 | 0.07 | 0 | 0.29 | 187.5 | 0.39 | 0.52 |
| Hex | 54 | A8 | B4 | 35 | 7 | 0 | 1D | BC | 27 | 34 |
| Octal | 124 | 250 | 264 | 65 | 7 | 0 | 35 | 274 | 47 | 64 |
| Binary | 1010100 | 10101000 | 10110100 | 110101 | 111 | 0 | 11101 | 10111100 | 100111 | 110100 |
Color Harmonies of #54A8B4
Complementary color
Monochromatic Colors of #54A8B4
Black with #54A8B4
Text Example
Text Example
White with #54A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A8B4; }
p { color: rgb(84,168,180); }
H1.HeaderClassName
{
color: #54A8B4;
}
.AnyTagClassName
{
color: #54A8B4;
}
</style>
background-color css
<style>
a { background-color: #54A8B4; }
a { background-color: rgb(84,168,180); }
div.DivClassName
{
background-color: #54A8B4;
}
.BgClassName
{
background-color: #54A8B4;
}
</style>
border-color css
<style>
span { border-color: #54A8B4; }
span { border-color: rgb(84,168,180); }
td.TdClassName
{
border-color: #54A8B4;
}
.TagClassName
{
border-color: #54A8B4;
}
</style>