Shades of Fountain Blue #5AB3B3
Tints of Fountain Blue #5AB3B3
RGB
CMYK
RGB Variations
Color information
#5AB3B3 (or 0x5AB3B3) is known color: Fountain Blue. HEX triplet: 5A, B3 and B3. RGB value is (90,179,179). Sum of RGB (Red+Green+Blue) = 90+179+179=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #5AB3B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3B3 is #A54C4C. Grayscale: #989898. Windows color (decimal): -10832973 or 11776858. OLE color: 11776858.
HSL color Cylindrical-coordinate representation of color #5AB3B3: hue angle of 180º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB3B3 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 179 | - |
| CMYK | 0.50 | 0 | 0 | 0.30 |
| HSL | 180º | 0.37% | 0.53% | - |
| HSV(B) | 180º | 0.5% | 0.7% | - |
| XYZ | 28.47 | 37.67 | 48.42 | - |
| YUV | 152.39 | 143.01 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 179 | 0.50 | 0 | 0 | 0.30 | 180 | 0.37 | 0.53 |
| Hex | 5A | B3 | B3 | 32 | 0 | 0 | 1E | B4 | 25 | 35 |
| Octal | 132 | 263 | 263 | 62 | 0 | 0 | 36 | 264 | 45 | 65 |
| Binary | 1011010 | 10110011 | 10110011 | 110010 | 0 | 0 | 11110 | 10110100 | 100101 | 110101 |
Color Harmonies of #5AB3B3
Complementary color
Monochromatic Colors of #5AB3B3
Black with #5AB3B3
Text Example
Text Example
White with #5AB3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3B3; }
p { color: rgb(90,179,179); }
H1.HeaderClassName
{
color: #5AB3B3;
}
.AnyTagClassName
{
color: #5AB3B3;
}
</style>
background-color css
<style>
a { background-color: #5AB3B3; }
a { background-color: rgb(90,179,179); }
div.DivClassName
{
background-color: #5AB3B3;
}
.BgClassName
{
background-color: #5AB3B3;
}
</style>
border-color css
<style>
span { border-color: #5AB3B3; }
span { border-color: rgb(90,179,179); }
td.TdClassName
{
border-color: #5AB3B3;
}
.TagClassName
{
border-color: #5AB3B3;
}
</style>