Shades of Fountain Blue #54A7B2
Tints of Fountain Blue #54A7B2
RGB
CMYK
RGB Variations
Color information
#54A7B2 (or 0x54A7B2) is known color: Fountain Blue. HEX triplet: 54, A7 and B2. RGB value is (84,167,178). Sum of RGB (Red+Green+Blue) = 84+167+178=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #54A7B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A7B2 is #AB584D. Grayscale: #8F8F8F. Windows color (decimal): -11229262 or 11708244. OLE color: 11708244.
HSL color Cylindrical-coordinate representation of color #54A7B2: hue angle of 187.02º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54A7B2 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 84 | 167 | 178 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.30 |
| HSL | 187.02º | 0.38% | 0.51% | - |
| HSV(B) | 187.02º | 0.53% | 0.7% | - |
| XYZ | 25.51 | 32.74 | 47.09 | - |
| YUV | 143.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 167 | 178 | 0.53 | 0.06 | 0 | 0.30 | 187.02 | 0.38 | 0.51 |
| Hex | 54 | A7 | B2 | 35 | 6 | 0 | 1E | BB | 26 | 33 |
| Octal | 124 | 247 | 262 | 65 | 6 | 0 | 36 | 273 | 46 | 63 |
| Binary | 1010100 | 10100111 | 10110010 | 110101 | 110 | 0 | 11110 | 10111011 | 100110 | 110011 |
Color Harmonies of #54A7B2
Complementary color
Monochromatic Colors of #54A7B2
Black with #54A7B2
Text Example
Text Example
White with #54A7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A7B2; }
p { color: rgb(84,167,178); }
H1.HeaderClassName
{
color: #54A7B2;
}
.AnyTagClassName
{
color: #54A7B2;
}
</style>
background-color css
<style>
a { background-color: #54A7B2; }
a { background-color: rgb(84,167,178); }
div.DivClassName
{
background-color: #54A7B2;
}
.BgClassName
{
background-color: #54A7B2;
}
</style>
border-color css
<style>
span { border-color: #54A7B2; }
span { border-color: rgb(84,167,178); }
td.TdClassName
{
border-color: #54A7B2;
}
.TagClassName
{
border-color: #54A7B2;
}
</style>