Shades of Fountain Blue #5DB4B0
Tints of Fountain Blue #5DB4B0
RGB
CMYK
RGB Variations
Color information
#5DB4B0 (or 0x5DB4B0) is known color: Fountain Blue. HEX triplet: 5D, B4 and B0. RGB value is (93,180,176). Sum of RGB (Red+Green+Blue) = 93+180+176=449 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.71% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB4B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB4B0 is #A24B4F. Grayscale: #999999. Windows color (decimal): -10636112 or 11580509. OLE color: 11580509.
HSL color Cylindrical-coordinate representation of color #5DB4B0: hue angle of 177.24º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB4B0 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 176 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.29 |
| HSL | 177.24º | 0.37% | 0.54% | - |
| HSV(B) | 177.24º | 0.48% | 0.71% | - |
| XYZ | 28.67 | 38.1 | 46.92 | - |
| YUV | 153.53 | 140.68 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 176 | 0.48 | 0 | 0.02 | 0.29 | 177.24 | 0.37 | 0.54 |
| Hex | 5D | B4 | B0 | 30 | 0 | 2 | 1D | B1 | 25 | 36 |
| Octal | 135 | 264 | 260 | 60 | 0 | 2 | 35 | 261 | 45 | 66 |
| Binary | 1011101 | 10110100 | 10110000 | 110000 | 0 | 10 | 11101 | 10110001 | 100101 | 110110 |
Color Harmonies of #5DB4B0
Complementary color
Monochromatic Colors of #5DB4B0
Black with #5DB4B0
Text Example
Text Example
White with #5DB4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB4B0; }
p { color: rgb(93,180,176); }
H1.HeaderClassName
{
color: #5DB4B0;
}
.AnyTagClassName
{
color: #5DB4B0;
}
</style>
background-color css
<style>
a { background-color: #5DB4B0; }
a { background-color: rgb(93,180,176); }
div.DivClassName
{
background-color: #5DB4B0;
}
.BgClassName
{
background-color: #5DB4B0;
}
</style>
border-color css
<style>
span { border-color: #5DB4B0; }
span { border-color: rgb(93,180,176); }
td.TdClassName
{
border-color: #5DB4B0;
}
.TagClassName
{
border-color: #5DB4B0;
}
</style>