Shades of Fountain Blue #55B5B3
Tints of Fountain Blue #55B5B3
RGB
CMYK
RGB Variations
Color information
#55B5B3 (or 0x55B5B3) is known color: Fountain Blue. HEX triplet: 55, B5 and B3. RGB value is (85,181,179). Sum of RGB (Red+Green+Blue) = 85+181+179=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #55B5B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5B3 is #AA4A4C. Grayscale: #979797. Windows color (decimal): -11160141 or 11777365. OLE color: 11777365.
HSL color Cylindrical-coordinate representation of color #55B5B3: hue angle of 178.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B5B3 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 181 | 179 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.29 |
| HSL | 178.75º | 0.39% | 0.52% | - |
| HSV(B) | 178.75º | 0.53% | 0.71% | - |
| XYZ | 28.41 | 38.23 | 48.53 | - |
| YUV | 152.07 | 143.2 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 179 | 0.53 | 0 | 0.01 | 0.29 | 178.75 | 0.39 | 0.52 |
| Hex | 55 | B5 | B3 | 35 | 0 | 1 | 1D | B3 | 27 | 34 |
| Octal | 125 | 265 | 263 | 65 | 0 | 1 | 35 | 263 | 47 | 64 |
| Binary | 1010101 | 10110101 | 10110011 | 110101 | 0 | 1 | 11101 | 10110011 | 100111 | 110100 |
Color Harmonies of #55B5B3
Complementary color
Monochromatic Colors of #55B5B3
Black with #55B5B3
Text Example
Text Example
White with #55B5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B5B3; }
p { color: rgb(85,181,179); }
H1.HeaderClassName
{
color: #55B5B3;
}
.AnyTagClassName
{
color: #55B5B3;
}
</style>
background-color css
<style>
a { background-color: #55B5B3; }
a { background-color: rgb(85,181,179); }
div.DivClassName
{
background-color: #55B5B3;
}
.BgClassName
{
background-color: #55B5B3;
}
</style>
border-color css
<style>
span { border-color: #55B5B3; }
span { border-color: rgb(85,181,179); }
td.TdClassName
{
border-color: #55B5B3;
}
.TagClassName
{
border-color: #55B5B3;
}
</style>