Shades of Fountain Blue #54A5B6
Tints of Fountain Blue #54A5B6
RGB
CMYK
RGB Variations
Color information
#54A5B6 (or 0x54A5B6) is known color: Fountain Blue. HEX triplet: 54, A5 and B6. RGB value is (84,165,182). Sum of RGB (Red+Green+Blue) = 84+165+182=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #54A5B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A5B6 is #AB5A49. Grayscale: #8E8E8E. Windows color (decimal): -11229770 or 11969876. OLE color: 11969876.
HSL color Cylindrical-coordinate representation of color #54A5B6: hue angle of 190.41º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54A5B6 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 165 | 182 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.29 |
| HSL | 190.41º | 0.4% | 0.52% | - |
| HSV(B) | 190.41º | 0.54% | 0.71% | - |
| XYZ | 25.55 | 32.17 | 49.12 | - |
| YUV | 142.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 182 | 0.54 | 0.09 | 0 | 0.29 | 190.41 | 0.4 | 0.52 |
| Hex | 54 | A5 | B6 | 36 | 9 | 0 | 1D | BE | 28 | 34 |
| Octal | 124 | 245 | 266 | 66 | 11 | 0 | 35 | 276 | 50 | 64 |
| Binary | 1010100 | 10100101 | 10110110 | 110110 | 1001 | 0 | 11101 | 10111110 | 101000 | 110100 |
Color Harmonies of #54A5B6
Complementary color
Monochromatic Colors of #54A5B6
Black with #54A5B6
Text Example
Text Example
White with #54A5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A5B6; }
p { color: rgb(84,165,182); }
H1.HeaderClassName
{
color: #54A5B6;
}
.AnyTagClassName
{
color: #54A5B6;
}
</style>
background-color css
<style>
a { background-color: #54A5B6; }
a { background-color: rgb(84,165,182); }
div.DivClassName
{
background-color: #54A5B6;
}
.BgClassName
{
background-color: #54A5B6;
}
</style>
border-color css
<style>
span { border-color: #54A5B6; }
span { border-color: rgb(84,165,182); }
td.TdClassName
{
border-color: #54A5B6;
}
.TagClassName
{
border-color: #54A5B6;
}
</style>