Shades of Fountain Blue #5DBFBF
Tints of Fountain Blue #5DBFBF
RGB
CMYK
RGB Variations
Color information
#5DBFBF (or 0x5DBFBF) is known color: Fountain Blue. HEX triplet: 5D, BF and BF. RGB value is (93,191,191). Sum of RGB (Red+Green+Blue) = 93+191+191=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #5DBFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBFBF is #A24040. Grayscale: #A1A1A1. Windows color (decimal): -10633281 or 12566365. OLE color: 12566365.
HSL color Cylindrical-coordinate representation of color #5DBFBF: hue angle of 180º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBFBF is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 191 | 191 | - |
| CMYK | 0.51 | 0 | 0 | 0.25 |
| HSL | 180º | 0.43% | 0.56% | - |
| HSV(B) | 180º | 0.51% | 0.75% | - |
| XYZ | 32.55 | 43.35 | 55.94 | - |
| YUV | 161.7 | 144.53 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 191 | 0.51 | 0 | 0 | 0.25 | 180 | 0.43 | 0.56 |
| Hex | 5D | BF | BF | 33 | 0 | 0 | 19 | B4 | 2B | 38 |
| Octal | 135 | 277 | 277 | 63 | 0 | 0 | 31 | 264 | 53 | 70 |
| Binary | 1011101 | 10111111 | 10111111 | 110011 | 0 | 0 | 11001 | 10110100 | 101011 | 111000 |
Color Harmonies of #5DBFBF
Complementary color
Monochromatic Colors of #5DBFBF
Black with #5DBFBF
Text Example
Text Example
White with #5DBFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFBF; }
p { color: rgb(93,191,191); }
H1.HeaderClassName
{
color: #5DBFBF;
}
.AnyTagClassName
{
color: #5DBFBF;
}
</style>
background-color css
<style>
a { background-color: #5DBFBF; }
a { background-color: rgb(93,191,191); }
div.DivClassName
{
background-color: #5DBFBF;
}
.BgClassName
{
background-color: #5DBFBF;
}
</style>
border-color css
<style>
span { border-color: #5DBFBF; }
span { border-color: rgb(93,191,191); }
td.TdClassName
{
border-color: #5DBFBF;
}
.TagClassName
{
border-color: #5DBFBF;
}
</style>