Shades of Fountain Blue #54B5B1
Tints of Fountain Blue #54B5B1
RGB
CMYK
RGB Variations
Color information
#54B5B1 (or 0x54B5B1) is known color: Fountain Blue. HEX triplet: 54, B5 and B1. RGB value is (84,181,177). Sum of RGB (Red+Green+Blue) = 84+181+177=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 181 - color contains mainly: green. Hex color #54B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54B5B1 is #AB4A4E. Grayscale: #979797. Windows color (decimal): -11225679 or 11646292. OLE color: 11646292.
HSL color Cylindrical-coordinate representation of color #54B5B1: hue angle of 177.53º 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 #54B5B1 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 181 | 177 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.29 |
| HSL | 177.53º | 0.4% | 0.52% | - |
| HSV(B) | 177.53º | 0.54% | 0.71% | - |
| XYZ | 28.12 | 38.11 | 47.47 | - |
| YUV | 151.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 177 | 0.54 | 0 | 0.02 | 0.29 | 177.53 | 0.4 | 0.52 |
| Hex | 54 | B5 | B1 | 36 | 0 | 2 | 1D | B2 | 28 | 34 |
| Octal | 124 | 265 | 261 | 66 | 0 | 2 | 35 | 262 | 50 | 64 |
| Binary | 1010100 | 10110101 | 10110001 | 110110 | 0 | 10 | 11101 | 10110010 | 101000 | 110100 |
Color Harmonies of #54B5B1
Complementary color
Monochromatic Colors of #54B5B1
Black with #54B5B1
Text Example
Text Example
White with #54B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5B1; }
p { color: rgb(84,181,177); }
H1.HeaderClassName
{
color: #54B5B1;
}
.AnyTagClassName
{
color: #54B5B1;
}
</style>
background-color css
<style>
a { background-color: #54B5B1; }
a { background-color: rgb(84,181,177); }
div.DivClassName
{
background-color: #54B5B1;
}
.BgClassName
{
background-color: #54B5B1;
}
</style>
border-color css
<style>
span { border-color: #54B5B1; }
span { border-color: rgb(84,181,177); }
td.TdClassName
{
border-color: #54B5B1;
}
.TagClassName
{
border-color: #54B5B1;
}
</style>