Shades of Fountain Blue #54B5B0
Tints of Fountain Blue #54B5B0
RGB
CMYK
RGB Variations
Color information
#54B5B0 (or 0x54B5B0) is known color: Fountain Blue. HEX triplet: 54, B5 and B0. RGB value is (84,181,176). Sum of RGB (Red+Green+Blue) = 84+181+176=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #54B5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B5B0 is #AB4A4F. Grayscale: #979797. Windows color (decimal): -11225680 or 11580756. OLE color: 11580756.
HSL color Cylindrical-coordinate representation of color #54B5B0: hue angle of 176.91º 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 #54B5B0 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 176 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.29 |
| HSL | 176.91º | 0.4% | 0.52% | - |
| HSV(B) | 176.91º | 0.54% | 0.71% | - |
| XYZ | 28.02 | 38.07 | 46.95 | - |
| YUV | 151.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 176 | 0.54 | 0 | 0.03 | 0.29 | 176.91 | 0.4 | 0.52 |
| Hex | 54 | B5 | B0 | 36 | 0 | 3 | 1D | B1 | 28 | 34 |
| Octal | 124 | 265 | 260 | 66 | 0 | 3 | 35 | 261 | 50 | 64 |
| Binary | 1010100 | 10110101 | 10110000 | 110110 | 0 | 11 | 11101 | 10110001 | 101000 | 110100 |
Color Harmonies of #54B5B0
Complementary color
Monochromatic Colors of #54B5B0
Black with #54B5B0
Text Example
Text Example
White with #54B5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5B0; }
p { color: rgb(84,181,176); }
H1.HeaderClassName
{
color: #54B5B0;
}
.AnyTagClassName
{
color: #54B5B0;
}
</style>
background-color css
<style>
a { background-color: #54B5B0; }
a { background-color: rgb(84,181,176); }
div.DivClassName
{
background-color: #54B5B0;
}
.BgClassName
{
background-color: #54B5B0;
}
</style>
border-color css
<style>
span { border-color: #54B5B0; }
span { border-color: rgb(84,181,176); }
td.TdClassName
{
border-color: #54B5B0;
}
.TagClassName
{
border-color: #54B5B0;
}
</style>