Shades of Danube #5B8ECF
Tints of Danube #5B8ECF
RGB
CMYK
RGB Variations
Color information
#5B8ECF (or 0x5B8ECF) is known color: Danube. HEX triplet: 5B, 8E and CF. RGB value is (91,142,207). Sum of RGB (Red+Green+Blue) = 91+142+207=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ECF is #A47130. Grayscale: #858585. Windows color (decimal): -10776881 or 13602395. OLE color: 13602395.
HSL color Cylindrical-coordinate representation of color #5B8ECF: hue angle of 213.62º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B8ECF is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 142 | 207 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.19 |
| HSL | 213.62º | 0.55% | 0.58% | - |
| HSV(B) | 213.62º | 0.56% | 0.81% | - |
| XYZ | 25.25 | 26.08 | 62.73 | - |
| YUV | 134.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 207 | 0.56 | 0.31 | 0 | 0.19 | 213.62 | 0.55 | 0.58 |
| Hex | 5B | 8E | CF | 38 | 1F | 0 | 13 | D6 | 37 | 3A |
| Octal | 133 | 216 | 317 | 70 | 37 | 0 | 23 | 326 | 67 | 72 |
| Binary | 1011011 | 10001110 | 11001111 | 111000 | 11111 | 0 | 10011 | 11010110 | 110111 | 111010 |
Color Harmonies of #5B8ECF
Complementary color
Monochromatic Colors of #5B8ECF
Black with #5B8ECF
Text Example
Text Example
White with #5B8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8ECF; }
p { color: rgb(91,142,207); }
H1.HeaderClassName
{
color: #5B8ECF;
}
.AnyTagClassName
{
color: #5B8ECF;
}
</style>
background-color css
<style>
a { background-color: #5B8ECF; }
a { background-color: rgb(91,142,207); }
div.DivClassName
{
background-color: #5B8ECF;
}
.BgClassName
{
background-color: #5B8ECF;
}
</style>
border-color css
<style>
span { border-color: #5B8ECF; }
span { border-color: rgb(91,142,207); }
td.TdClassName
{
border-color: #5B8ECF;
}
.TagClassName
{
border-color: #5B8ECF;
}
</style>