Shades of Fountain Blue #53B8B5
Tints of Fountain Blue #53B8B5
RGB
CMYK
RGB Variations
Color information
#53B8B5 (or 0x53B8B5) is known color: Fountain Blue. HEX triplet: 53, B8 and B5. RGB value is (83,184,181). Sum of RGB (Red+Green+Blue) = 83+184+181=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #53B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B8B5 is #AC474A. Grayscale: #999999. Windows color (decimal): -11290443 or 11909203. OLE color: 11909203.
HSL color Cylindrical-coordinate representation of color #53B8B5: hue angle of 178.22º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B8B5 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 181 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.28 |
| HSL | 178.22º | 0.42% | 0.52% | - |
| HSV(B) | 178.22º | 0.55% | 0.72% | - |
| XYZ | 29.05 | 39.46 | 49.8 | - |
| YUV | 153.46 | 143.54 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 181 | 0.55 | 0 | 0.02 | 0.28 | 178.22 | 0.42 | 0.52 |
| Hex | 53 | B8 | B5 | 37 | 0 | 2 | 1C | B2 | 2A | 34 |
| Octal | 123 | 270 | 265 | 67 | 0 | 2 | 34 | 262 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10110101 | 110111 | 0 | 10 | 11100 | 10110010 | 101010 | 110100 |
Color Harmonies of #53B8B5
Complementary color
Monochromatic Colors of #53B8B5
Black with #53B8B5
Text Example
Text Example
White with #53B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8B5; }
p { color: rgb(83,184,181); }
H1.HeaderClassName
{
color: #53B8B5;
}
.AnyTagClassName
{
color: #53B8B5;
}
</style>
background-color css
<style>
a { background-color: #53B8B5; }
a { background-color: rgb(83,184,181); }
div.DivClassName
{
background-color: #53B8B5;
}
.BgClassName
{
background-color: #53B8B5;
}
</style>
border-color css
<style>
span { border-color: #53B8B5; }
span { border-color: rgb(83,184,181); }
td.TdClassName
{
border-color: #53B8B5;
}
.TagClassName
{
border-color: #53B8B5;
}
</style>