Shades of Fountain Blue #54A7B1
Tints of Fountain Blue #54A7B1
RGB
CMYK
RGB Variations
Color information
#54A7B1 (or 0x54A7B1) is known color: Fountain Blue. HEX triplet: 54, A7 and B1. RGB value is (84,167,177). Sum of RGB (Red+Green+Blue) = 84+167+177=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #54A7B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A7B1 is #AB584E. Grayscale: #8F8F8F. Windows color (decimal): -11229263 or 11642708. OLE color: 11642708.
HSL color Cylindrical-coordinate representation of color #54A7B1: hue angle of 186.45º 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 #54A7B1 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 167 | 177 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.31 |
| HSL | 186.45º | 0.37% | 0.51% | - |
| HSV(B) | 186.45º | 0.53% | 0.69% | - |
| XYZ | 25.41 | 32.7 | 46.57 | - |
| YUV | 143.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 177 | 0.53 | 0.06 | 0 | 0.31 | 186.45 | 0.37 | 0.51 |
| Hex | 54 | A7 | B1 | 35 | 6 | 0 | 1F | BA | 25 | 33 |
| Octal | 124 | 247 | 261 | 65 | 6 | 0 | 37 | 272 | 45 | 63 |
| Binary | 1010100 | 10100111 | 10110001 | 110101 | 110 | 0 | 11111 | 10111010 | 100101 | 110011 |
Color Harmonies of #54A7B1
Complementary color
Monochromatic Colors of #54A7B1
Black with #54A7B1
Text Example
Text Example
White with #54A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7B1; }
p { color: rgb(84,167,177); }
H1.HeaderClassName
{
color: #54A7B1;
}
.AnyTagClassName
{
color: #54A7B1;
}
</style>
background-color css
<style>
a { background-color: #54A7B1; }
a { background-color: rgb(84,167,177); }
div.DivClassName
{
background-color: #54A7B1;
}
.BgClassName
{
background-color: #54A7B1;
}
</style>
border-color css
<style>
span { border-color: #54A7B1; }
span { border-color: rgb(84,167,177); }
td.TdClassName
{
border-color: #54A7B1;
}
.TagClassName
{
border-color: #54A7B1;
}
</style>