Shades of Danube #5B85BD
Tints of Danube #5B85BD
RGB
CMYK
RGB Variations
Color information
#5B85BD (or 0x5B85BD) is known color: Danube. HEX triplet: 5B, 85 and BD. RGB value is (91,133,189). Sum of RGB (Red+Green+Blue) = 91+133+189=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B85BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85BD is #A47A42. Grayscale: #7E7E7E. Windows color (decimal): -10779203 or 12420443. OLE color: 12420443.
HSL color Cylindrical-coordinate representation of color #5B85BD: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B85BD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 133 | 189 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.26 |
| HSL | 214.29º | 0.43% | 0.55% | - |
| HSV(B) | 214.29º | 0.52% | 0.74% | - |
| XYZ | 21.89 | 22.67 | 51.37 | - |
| YUV | 126.83 | 163.09 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 189 | 0.52 | 0.30 | 0 | 0.26 | 214.29 | 0.43 | 0.55 |
| Hex | 5B | 85 | BD | 34 | 1E | 0 | 1A | D6 | 2B | 37 |
| Octal | 133 | 205 | 275 | 64 | 36 | 0 | 32 | 326 | 53 | 67 |
| Binary | 1011011 | 10000101 | 10111101 | 110100 | 11110 | 0 | 11010 | 11010110 | 101011 | 110111 |
Color Harmonies of #5B85BD
Complementary color
Monochromatic Colors of #5B85BD
Black with #5B85BD
Text Example
Text Example
White with #5B85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B85BD; }
p { color: rgb(91,133,189); }
H1.HeaderClassName
{
color: #5B85BD;
}
.AnyTagClassName
{
color: #5B85BD;
}
</style>
background-color css
<style>
a { background-color: #5B85BD; }
a { background-color: rgb(91,133,189); }
div.DivClassName
{
background-color: #5B85BD;
}
.BgClassName
{
background-color: #5B85BD;
}
</style>
border-color css
<style>
span { border-color: #5B85BD; }
span { border-color: rgb(91,133,189); }
td.TdClassName
{
border-color: #5B85BD;
}
.TagClassName
{
border-color: #5B85BD;
}
</style>