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