Shades of Fountain Blue #53ADB6
Tints of Fountain Blue #53ADB6
RGB
CMYK
RGB Variations
Color information
#53ADB6 (or 0x53ADB6) is known color: Fountain Blue. HEX triplet: 53, AD and B6. RGB value is (83,173,182). Sum of RGB (Red+Green+Blue) = 83+173+182=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #53ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADB6 is #AC5249. Grayscale: #929292. Windows color (decimal): -11293258 or 11971923. OLE color: 11971923.
HSL color Cylindrical-coordinate representation of color #53ADB6: hue angle of 185.45º 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 #53ADB6 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 173 | 182 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.29 |
| HSL | 185.45º | 0.4% | 0.52% | - |
| HSV(B) | 185.45º | 0.54% | 0.71% | - |
| XYZ | 26.95 | 35.1 | 49.61 | - |
| YUV | 147.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 182 | 0.54 | 0.05 | 0 | 0.29 | 185.45 | 0.4 | 0.52 |
| Hex | 53 | AD | B6 | 36 | 5 | 0 | 1D | B9 | 28 | 34 |
| Octal | 123 | 255 | 266 | 66 | 5 | 0 | 35 | 271 | 50 | 64 |
| Binary | 1010011 | 10101101 | 10110110 | 110110 | 101 | 0 | 11101 | 10111001 | 101000 | 110100 |
Color Harmonies of #53ADB6
Complementary color
Monochromatic Colors of #53ADB6
Black with #53ADB6
Text Example
Text Example
White with #53ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADB6; }
p { color: rgb(83,173,182); }
H1.HeaderClassName
{
color: #53ADB6;
}
.AnyTagClassName
{
color: #53ADB6;
}
</style>
background-color css
<style>
a { background-color: #53ADB6; }
a { background-color: rgb(83,173,182); }
div.DivClassName
{
background-color: #53ADB6;
}
.BgClassName
{
background-color: #53ADB6;
}
</style>
border-color css
<style>
span { border-color: #53ADB6; }
span { border-color: rgb(83,173,182); }
td.TdClassName
{
border-color: #53ADB6;
}
.TagClassName
{
border-color: #53ADB6;
}
</style>