Shades of Fountain Blue #53B5B1
Tints of Fountain Blue #53B5B1
RGB
CMYK
RGB Variations
Color information
#53B5B1 (or 0x53B5B1) is known color: Fountain Blue. HEX triplet: 53, B5 and B1. RGB value is (83,181,177). Sum of RGB (Red+Green+Blue) = 83+181+177=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #53B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B5B1 is #AC4A4E. Grayscale: #979797. Windows color (decimal): -11291215 or 11646291. OLE color: 11646291.
HSL color Cylindrical-coordinate representation of color #53B5B1: hue angle of 177.55º 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 #53B5B1 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 177 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.29 |
| HSL | 177.55º | 0.4% | 0.52% | - |
| HSV(B) | 177.55º | 0.54% | 0.71% | - |
| XYZ | 28.03 | 38.06 | 47.46 | - |
| YUV | 151.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 177 | 0.54 | 0 | 0.02 | 0.29 | 177.55 | 0.4 | 0.52 |
| Hex | 53 | B5 | B1 | 36 | 0 | 2 | 1D | B2 | 28 | 34 |
| Octal | 123 | 265 | 261 | 66 | 0 | 2 | 35 | 262 | 50 | 64 |
| Binary | 1010011 | 10110101 | 10110001 | 110110 | 0 | 10 | 11101 | 10110010 | 101000 | 110100 |
Color Harmonies of #53B5B1
Complementary color
Monochromatic Colors of #53B5B1
Black with #53B5B1
Text Example
Text Example
White with #53B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B5B1; }
p { color: rgb(83,181,177); }
H1.HeaderClassName
{
color: #53B5B1;
}
.AnyTagClassName
{
color: #53B5B1;
}
</style>
background-color css
<style>
a { background-color: #53B5B1; }
a { background-color: rgb(83,181,177); }
div.DivClassName
{
background-color: #53B5B1;
}
.BgClassName
{
background-color: #53B5B1;
}
</style>
border-color css
<style>
span { border-color: #53B5B1; }
span { border-color: rgb(83,181,177); }
td.TdClassName
{
border-color: #53B5B1;
}
.TagClassName
{
border-color: #53B5B1;
}
</style>