Shades of Fountain Blue #5CB0B3
Tints of Fountain Blue #5CB0B3
RGB
CMYK
RGB Variations
Color information
#5CB0B3 (or 0x5CB0B3) is known color: Fountain Blue. HEX triplet: 5C, B0 and B3. RGB value is (92,176,179). Sum of RGB (Red+Green+Blue) = 92+176+179=447 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.58% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #5CB0B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CB0B3 is #A34F4C. Grayscale: #979797. Windows color (decimal): -10702669 or 11776092. OLE color: 11776092.
HSL color Cylindrical-coordinate representation of color #5CB0B3: hue angle of 182.07º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5CB0B3 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 176 | 179 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.30 |
| HSL | 182.07º | 0.36% | 0.53% | - |
| HSV(B) | 182.07º | 0.49% | 0.7% | - |
| XYZ | 28.08 | 36.58 | 48.23 | - |
| YUV | 151.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 176 | 179 | 0.49 | 0.02 | 0 | 0.30 | 182.07 | 0.36 | 0.53 |
| Hex | 5C | B0 | B3 | 31 | 2 | 0 | 1E | B6 | 24 | 35 |
| Octal | 134 | 260 | 263 | 61 | 2 | 0 | 36 | 266 | 44 | 65 |
| Binary | 1011100 | 10110000 | 10110011 | 110001 | 10 | 0 | 11110 | 10110110 | 100100 | 110101 |
Color Harmonies of #5CB0B3
Complementary color
Monochromatic Colors of #5CB0B3
Black with #5CB0B3
Text Example
Text Example
White with #5CB0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB0B3; }
p { color: rgb(92,176,179); }
H1.HeaderClassName
{
color: #5CB0B3;
}
.AnyTagClassName
{
color: #5CB0B3;
}
</style>
background-color css
<style>
a { background-color: #5CB0B3; }
a { background-color: rgb(92,176,179); }
div.DivClassName
{
background-color: #5CB0B3;
}
.BgClassName
{
background-color: #5CB0B3;
}
</style>
border-color css
<style>
span { border-color: #5CB0B3; }
span { border-color: rgb(92,176,179); }
td.TdClassName
{
border-color: #5CB0B3;
}
.TagClassName
{
border-color: #5CB0B3;
}
</style>