Shades of Fountain Blue #53B7B3
Tints of Fountain Blue #53B7B3
RGB
CMYK
RGB Variations
Color information
#53B7B3 (or 0x53B7B3) is known color: Fountain Blue. HEX triplet: 53, B7 and B3. RGB value is (83,183,179). Sum of RGB (Red+Green+Blue) = 83+183+179=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 179 (70.31% from 255 or 40.22% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #53B7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7B3 is #AC484C. Grayscale: #989898. Windows color (decimal): -11290701 or 11777875. OLE color: 11777875.
HSL color Cylindrical-coordinate representation of color #53B7B3: hue angle of 177.6º degrees, saturation: 0.41, 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 #53B7B3 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 183 | 179 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.28 |
| HSL | 177.6º | 0.41% | 0.52% | - |
| HSV(B) | 177.6º | 0.55% | 0.72% | - |
| XYZ | 28.64 | 38.96 | 48.66 | - |
| YUV | 152.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 183 | 179 | 0.55 | 0 | 0.02 | 0.28 | 177.6 | 0.41 | 0.52 |
| Hex | 53 | B7 | B3 | 37 | 0 | 2 | 1C | B2 | 29 | 34 |
| Octal | 123 | 267 | 263 | 67 | 0 | 2 | 34 | 262 | 51 | 64 |
| Binary | 1010011 | 10110111 | 10110011 | 110111 | 0 | 10 | 11100 | 10110010 | 101001 | 110100 |
Color Harmonies of #53B7B3
Complementary color
Monochromatic Colors of #53B7B3
Black with #53B7B3
Text Example
Text Example
White with #53B7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B7B3; }
p { color: rgb(83,183,179); }
H1.HeaderClassName
{
color: #53B7B3;
}
.AnyTagClassName
{
color: #53B7B3;
}
</style>
background-color css
<style>
a { background-color: #53B7B3; }
a { background-color: rgb(83,183,179); }
div.DivClassName
{
background-color: #53B7B3;
}
.BgClassName
{
background-color: #53B7B3;
}
</style>
border-color css
<style>
span { border-color: #53B7B3; }
span { border-color: rgb(83,183,179); }
td.TdClassName
{
border-color: #53B7B3;
}
.TagClassName
{
border-color: #53B7B3;
}
</style>