Shades of Danube #5C89BB
Tints of Danube #5C89BB
RGB
CMYK
RGB Variations
Color information
#5C89BB (or 0x5C89BB) is known color: Danube. HEX triplet: 5C, 89 and BB. RGB value is (92,137,187). Sum of RGB (Red+Green+Blue) = 92+137+187=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C89BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C89BB is #A37644. Grayscale: #818181. Windows color (decimal): -10712645 or 12290396. OLE color: 12290396.
HSL color Cylindrical-coordinate representation of color #5C89BB: hue angle of 211.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C89BB is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 137 | 187 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.27 |
| HSL | 211.58º | 0.41% | 0.55% | - |
| HSV(B) | 211.58º | 0.51% | 0.73% | - |
| XYZ | 22.33 | 23.75 | 50.42 | - |
| YUV | 129.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 137 | 187 | 0.51 | 0.27 | 0 | 0.27 | 211.58 | 0.41 | 0.55 |
| Hex | 5C | 89 | BB | 33 | 1B | 0 | 1B | D4 | 29 | 37 |
| Octal | 134 | 211 | 273 | 63 | 33 | 0 | 33 | 324 | 51 | 67 |
| Binary | 1011100 | 10001001 | 10111011 | 110011 | 11011 | 0 | 11011 | 11010100 | 101001 | 110111 |
Color Harmonies of #5C89BB
Complementary color
Monochromatic Colors of #5C89BB
Black with #5C89BB
Text Example
Text Example
White with #5C89BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C89BB; }
p { color: rgb(92,137,187); }
H1.HeaderClassName
{
color: #5C89BB;
}
.AnyTagClassName
{
color: #5C89BB;
}
</style>
background-color css
<style>
a { background-color: #5C89BB; }
a { background-color: rgb(92,137,187); }
div.DivClassName
{
background-color: #5C89BB;
}
.BgClassName
{
background-color: #5C89BB;
}
</style>
border-color css
<style>
span { border-color: #5C89BB; }
span { border-color: rgb(92,137,187); }
td.TdClassName
{
border-color: #5C89BB;
}
.TagClassName
{
border-color: #5C89BB;
}
</style>