Shades of Danube #5B87BC
Tints of Danube #5B87BC
RGB
CMYK
RGB Variations
Color information
#5B87BC (or 0x5B87BC) is known color: Danube. HEX triplet: 5B, 87 and BC. RGB value is (91,135,188). Sum of RGB (Red+Green+Blue) = 91+135+188=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B87BC is #A47843. Grayscale: #7F7F7F. Windows color (decimal): -10778692 or 12355419. OLE color: 12355419.
HSL color Cylindrical-coordinate representation of color #5B87BC: hue angle of 212.78º 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 #5B87BC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 135 | 188 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.26 |
| HSL | 212.78º | 0.42% | 0.55% | - |
| HSV(B) | 212.78º | 0.52% | 0.74% | - |
| XYZ | 22.06 | 23.18 | 50.89 | - |
| YUV | 127.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 188 | 0.52 | 0.28 | 0 | 0.26 | 212.78 | 0.42 | 0.55 |
| Hex | 5B | 87 | BC | 34 | 1C | 0 | 1A | D5 | 2A | 37 |
| Octal | 133 | 207 | 274 | 64 | 34 | 0 | 32 | 325 | 52 | 67 |
| Binary | 1011011 | 10000111 | 10111100 | 110100 | 11100 | 0 | 11010 | 11010101 | 101010 | 110111 |
Color Harmonies of #5B87BC
Complementary color
Monochromatic Colors of #5B87BC
Black with #5B87BC
Text Example
Text Example
White with #5B87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B87BC; }
p { color: rgb(91,135,188); }
H1.HeaderClassName
{
color: #5B87BC;
}
.AnyTagClassName
{
color: #5B87BC;
}
</style>
background-color css
<style>
a { background-color: #5B87BC; }
a { background-color: rgb(91,135,188); }
div.DivClassName
{
background-color: #5B87BC;
}
.BgClassName
{
background-color: #5B87BC;
}
</style>
border-color css
<style>
span { border-color: #5B87BC; }
span { border-color: rgb(91,135,188); }
td.TdClassName
{
border-color: #5B87BC;
}
.TagClassName
{
border-color: #5B87BC;
}
</style>