Shades of Fountain Blue #53AFB0
Tints of Fountain Blue #53AFB0
RGB
CMYK
RGB Variations
Color information
#53AFB0 (or 0x53AFB0) is known color: Fountain Blue. HEX triplet: 53, AF and B0. RGB value is (83,175,176). Sum of RGB (Red+Green+Blue) = 83+175+176=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #53AFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFB0 is #AC504F. Grayscale: #939393. Windows color (decimal): -11292752 or 11579219. OLE color: 11579219.
HSL color Cylindrical-coordinate representation of color #53AFB0: hue angle of 180.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFB0 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 176 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.31 |
| HSL | 180.65º | 0.37% | 0.51% | - |
| HSV(B) | 180.65º | 0.53% | 0.69% | - |
| XYZ | 26.73 | 35.63 | 46.54 | - |
| YUV | 147.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 176 | 0.53 | 0.01 | 0 | 0.31 | 180.65 | 0.37 | 0.51 |
| Hex | 53 | AF | B0 | 35 | 1 | 0 | 1F | B5 | 25 | 33 |
| Octal | 123 | 257 | 260 | 65 | 1 | 0 | 37 | 265 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10110000 | 110101 | 1 | 0 | 11111 | 10110101 | 100101 | 110011 |
Color Harmonies of #53AFB0
Complementary color
Monochromatic Colors of #53AFB0
Black with #53AFB0
Text Example
Text Example
White with #53AFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFB0; }
p { color: rgb(83,175,176); }
H1.HeaderClassName
{
color: #53AFB0;
}
.AnyTagClassName
{
color: #53AFB0;
}
</style>
background-color css
<style>
a { background-color: #53AFB0; }
a { background-color: rgb(83,175,176); }
div.DivClassName
{
background-color: #53AFB0;
}
.BgClassName
{
background-color: #53AFB0;
}
</style>
border-color css
<style>
span { border-color: #53AFB0; }
span { border-color: rgb(83,175,176); }
td.TdClassName
{
border-color: #53AFB0;
}
.TagClassName
{
border-color: #53AFB0;
}
</style>