Shades of Danube #5B85BC
Tints of Danube #5B85BC
RGB
CMYK
RGB Variations
Color information
#5B85BC (or 0x5B85BC) is known color: Danube. HEX triplet: 5B, 85 and BC. RGB value is (91,133,188). Sum of RGB (Red+Green+Blue) = 91+133+188=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B85BC is #A47A43. Grayscale: #7E7E7E. Windows color (decimal): -10779204 or 12354907. OLE color: 12354907.
HSL color Cylindrical-coordinate representation of color #5B85BC: hue angle of 214.02º degrees, saturation: 0.42, 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 #5B85BC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 133 | 188 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.26 |
| HSL | 214.02º | 0.42% | 0.55% | - |
| HSV(B) | 214.02º | 0.52% | 0.74% | - |
| XYZ | 21.78 | 22.63 | 50.8 | - |
| YUV | 126.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 188 | 0.52 | 0.29 | 0 | 0.26 | 214.02 | 0.42 | 0.55 |
| Hex | 5B | 85 | BC | 34 | 1D | 0 | 1A | D6 | 2A | 37 |
| Octal | 133 | 205 | 274 | 64 | 35 | 0 | 32 | 326 | 52 | 67 |
| Binary | 1011011 | 10000101 | 10111100 | 110100 | 11101 | 0 | 11010 | 11010110 | 101010 | 110111 |
Color Harmonies of #5B85BC
Complementary color
Monochromatic Colors of #5B85BC
Black with #5B85BC
Text Example
Text Example
White with #5B85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B85BC; }
p { color: rgb(91,133,188); }
H1.HeaderClassName
{
color: #5B85BC;
}
.AnyTagClassName
{
color: #5B85BC;
}
</style>
background-color css
<style>
a { background-color: #5B85BC; }
a { background-color: rgb(91,133,188); }
div.DivClassName
{
background-color: #5B85BC;
}
.BgClassName
{
background-color: #5B85BC;
}
</style>
border-color css
<style>
span { border-color: #5B85BC; }
span { border-color: rgb(91,133,188); }
td.TdClassName
{
border-color: #5B85BC;
}
.TagClassName
{
border-color: #5B85BC;
}
</style>