Shades of Fountain Blue #5AB7B3
Tints of Fountain Blue #5AB7B3
RGB
CMYK
RGB Variations
Color information
#5AB7B3 (or 0x5AB7B3) is known color: Fountain Blue. HEX triplet: 5A, B7 and B3. RGB value is (90,183,179). Sum of RGB (Red+Green+Blue) = 90+183+179=452 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.91% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB7B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB7B3 is #A5484C. Grayscale: #9A9A9A. Windows color (decimal): -10831949 or 11777882. OLE color: 11777882.
HSL color Cylindrical-coordinate representation of color #5AB7B3: hue angle of 177.42º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB7B3 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 179 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.28 |
| HSL | 177.42º | 0.39% | 0.54% | - |
| HSV(B) | 177.42º | 0.51% | 0.72% | - |
| XYZ | 29.29 | 39.3 | 48.69 | - |
| YUV | 154.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 179 | 0.51 | 0 | 0.02 | 0.28 | 177.42 | 0.39 | 0.54 |
| Hex | 5A | B7 | B3 | 33 | 0 | 2 | 1C | B1 | 27 | 36 |
| Octal | 132 | 267 | 263 | 63 | 0 | 2 | 34 | 261 | 47 | 66 |
| Binary | 1011010 | 10110111 | 10110011 | 110011 | 0 | 10 | 11100 | 10110001 | 100111 | 110110 |
Color Harmonies of #5AB7B3
Complementary color
Monochromatic Colors of #5AB7B3
Black with #5AB7B3
Text Example
Text Example
White with #5AB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7B3; }
p { color: rgb(90,183,179); }
H1.HeaderClassName
{
color: #5AB7B3;
}
.AnyTagClassName
{
color: #5AB7B3;
}
</style>
background-color css
<style>
a { background-color: #5AB7B3; }
a { background-color: rgb(90,183,179); }
div.DivClassName
{
background-color: #5AB7B3;
}
.BgClassName
{
background-color: #5AB7B3;
}
</style>
border-color css
<style>
span { border-color: #5AB7B3; }
span { border-color: rgb(90,183,179); }
td.TdClassName
{
border-color: #5AB7B3;
}
.TagClassName
{
border-color: #5AB7B3;
}
</style>