Shades of Danube #5B89CB
Tints of Danube #5B89CB
RGB
CMYK
RGB Variations
Color information
#5B89CB (or 0x5B89CB) is known color: Danube. HEX triplet: 5B, 89 and CB. RGB value is (91,137,203). Sum of RGB (Red+Green+Blue) = 91+137+203=431 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.11% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B89CB is #A47634. Grayscale: #828282. Windows color (decimal): -10778165 or 13338971. OLE color: 13338971.
HSL color Cylindrical-coordinate representation of color #5B89CB: hue angle of 215.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B89CB is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 137 | 203 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.20 |
| HSL | 215.36º | 0.52% | 0.58% | - |
| HSV(B) | 215.36º | 0.55% | 0.8% | - |
| XYZ | 24.04 | 24.43 | 59.95 | - |
| YUV | 130.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 203 | 0.55 | 0.33 | 0 | 0.20 | 215.36 | 0.52 | 0.58 |
| Hex | 5B | 89 | CB | 37 | 21 | 0 | 14 | D7 | 34 | 3A |
| Octal | 133 | 211 | 313 | 67 | 41 | 0 | 24 | 327 | 64 | 72 |
| Binary | 1011011 | 10001001 | 11001011 | 110111 | 100001 | 0 | 10100 | 11010111 | 110100 | 111010 |
Color Harmonies of #5B89CB
Complementary color
Monochromatic Colors of #5B89CB
Black with #5B89CB
Text Example
Text Example
White with #5B89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B89CB; }
p { color: rgb(91,137,203); }
H1.HeaderClassName
{
color: #5B89CB;
}
.AnyTagClassName
{
color: #5B89CB;
}
</style>
background-color css
<style>
a { background-color: #5B89CB; }
a { background-color: rgb(91,137,203); }
div.DivClassName
{
background-color: #5B89CB;
}
.BgClassName
{
background-color: #5B89CB;
}
</style>
border-color css
<style>
span { border-color: #5B89CB; }
span { border-color: rgb(91,137,203); }
td.TdClassName
{
border-color: #5B89CB;
}
.TagClassName
{
border-color: #5B89CB;
}
</style>