Shades of Fountain Blue #53A5B6
Tints of Fountain Blue #53A5B6
RGB
CMYK
RGB Variations
Color information
#53A5B6 (or 0x53A5B6) is known color: Fountain Blue. HEX triplet: 53, A5 and B6. RGB value is (83,165,182). Sum of RGB (Red+Green+Blue) = 83+165+182=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #53A5B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5B6 is #AC5A49. Grayscale: #8E8E8E. Windows color (decimal): -11295306 or 11969875. OLE color: 11969875.
HSL color Cylindrical-coordinate representation of color #53A5B6: hue angle of 190.3º 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 #53A5B6 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 165 | 182 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.29 |
| HSL | 190.3º | 0.4% | 0.52% | - |
| HSV(B) | 190.3º | 0.54% | 0.71% | - |
| XYZ | 25.47 | 32.13 | 49.11 | - |
| YUV | 142.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 182 | 0.54 | 0.09 | 0 | 0.29 | 190.3 | 0.4 | 0.52 |
| Hex | 53 | A5 | B6 | 36 | 9 | 0 | 1D | BE | 28 | 34 |
| Octal | 123 | 245 | 266 | 66 | 11 | 0 | 35 | 276 | 50 | 64 |
| Binary | 1010011 | 10100101 | 10110110 | 110110 | 1001 | 0 | 11101 | 10111110 | 101000 | 110100 |
Color Harmonies of #53A5B6
Complementary color
Monochromatic Colors of #53A5B6
Black with #53A5B6
Text Example
Text Example
White with #53A5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5B6; }
p { color: rgb(83,165,182); }
H1.HeaderClassName
{
color: #53A5B6;
}
.AnyTagClassName
{
color: #53A5B6;
}
</style>
background-color css
<style>
a { background-color: #53A5B6; }
a { background-color: rgb(83,165,182); }
div.DivClassName
{
background-color: #53A5B6;
}
.BgClassName
{
background-color: #53A5B6;
}
</style>
border-color css
<style>
span { border-color: #53A5B6; }
span { border-color: rgb(83,165,182); }
td.TdClassName
{
border-color: #53A5B6;
}
.TagClassName
{
border-color: #53A5B6;
}
</style>