Shades of Fountain Blue #5DB4B6
Tints of Fountain Blue #5DB4B6
RGB
CMYK
RGB Variations
Color information
#5DB4B6 (or 0x5DB4B6) is known color: Fountain Blue. HEX triplet: 5D, B4 and B6. RGB value is (93,180,182). Sum of RGB (Red+Green+Blue) = 93+180+182=455 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.44% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #5DB4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB4B6 is #A24B49. Grayscale: #9A9A9A. Windows color (decimal): -10636106 or 11973725. OLE color: 11973725.
HSL color Cylindrical-coordinate representation of color #5DB4B6: hue angle of 181.35º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5DB4B6 is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 182 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.29 |
| HSL | 181.35º | 0.38% | 0.54% | - |
| HSV(B) | 181.35º | 0.49% | 0.71% | - |
| XYZ | 29.28 | 38.35 | 50.11 | - |
| YUV | 154.22 | 143.68 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 182 | 0.49 | 0.01 | 0 | 0.29 | 181.35 | 0.38 | 0.54 |
| Hex | 5D | B4 | B6 | 31 | 1 | 0 | 1D | B5 | 26 | 36 |
| Octal | 135 | 264 | 266 | 61 | 1 | 0 | 35 | 265 | 46 | 66 |
| Binary | 1011101 | 10110100 | 10110110 | 110001 | 1 | 0 | 11101 | 10110101 | 100110 | 110110 |
Color Harmonies of #5DB4B6
Complementary color
Monochromatic Colors of #5DB4B6
Black with #5DB4B6
Text Example
Text Example
White with #5DB4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB4B6; }
p { color: rgb(93,180,182); }
H1.HeaderClassName
{
color: #5DB4B6;
}
.AnyTagClassName
{
color: #5DB4B6;
}
</style>
background-color css
<style>
a { background-color: #5DB4B6; }
a { background-color: rgb(93,180,182); }
div.DivClassName
{
background-color: #5DB4B6;
}
.BgClassName
{
background-color: #5DB4B6;
}
</style>
border-color css
<style>
span { border-color: #5DB4B6; }
span { border-color: rgb(93,180,182); }
td.TdClassName
{
border-color: #5DB4B6;
}
.TagClassName
{
border-color: #5DB4B6;
}
</style>