Shades of Fountain Blue #5DB2B1
Tints of Fountain Blue #5DB2B1
RGB
CMYK
RGB Variations
Color information
#5DB2B1 (or 0x5DB2B1) is known color: Fountain Blue. HEX triplet: 5D, B2 and B1. RGB value is (93,178,177). Sum of RGB (Red+Green+Blue) = 93+178+177=448 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.76% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB2B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DB2B1 is #A24D4E. Grayscale: #989898. Windows color (decimal): -10636623 or 11645533. OLE color: 11645533.
HSL color Cylindrical-coordinate representation of color #5DB2B1: hue angle of 179.29º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5DB2B1 is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 177 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.30 |
| HSL | 179.29º | 0.36% | 0.53% | - |
| HSV(B) | 179.29º | 0.48% | 0.7% | - |
| XYZ | 28.37 | 37.34 | 47.31 | - |
| YUV | 152.47 | 141.84 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 177 | 0.48 | 0 | 0.01 | 0.30 | 179.29 | 0.36 | 0.53 |
| Hex | 5D | B2 | B1 | 30 | 0 | 1 | 1E | B3 | 24 | 35 |
| Octal | 135 | 262 | 261 | 60 | 0 | 1 | 36 | 263 | 44 | 65 |
| Binary | 1011101 | 10110010 | 10110001 | 110000 | 0 | 1 | 11110 | 10110011 | 100100 | 110101 |
Color Harmonies of #5DB2B1
Complementary color
Monochromatic Colors of #5DB2B1
Black with #5DB2B1
Text Example
Text Example
White with #5DB2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB2B1; }
p { color: rgb(93,178,177); }
H1.HeaderClassName
{
color: #5DB2B1;
}
.AnyTagClassName
{
color: #5DB2B1;
}
</style>
background-color css
<style>
a { background-color: #5DB2B1; }
a { background-color: rgb(93,178,177); }
div.DivClassName
{
background-color: #5DB2B1;
}
.BgClassName
{
background-color: #5DB2B1;
}
</style>
border-color css
<style>
span { border-color: #5DB2B1; }
span { border-color: rgb(93,178,177); }
td.TdClassName
{
border-color: #5DB2B1;
}
.TagClassName
{
border-color: #5DB2B1;
}
</style>