Shades of Danube #5B8ECB
Tints of Danube #5B8ECB
RGB
CMYK
RGB Variations
Color information
#5B8ECB (or 0x5B8ECB) is known color: Danube. HEX triplet: 5B, 8E and CB. RGB value is (91,142,203). Sum of RGB (Red+Green+Blue) = 91+142+203=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B8ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ECB is #A47134. Grayscale: #858585. Windows color (decimal): -10776885 or 13340251. OLE color: 13340251.
HSL color Cylindrical-coordinate representation of color #5B8ECB: hue angle of 212.68º 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 #5B8ECB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 142 | 203 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.20 |
| HSL | 212.68º | 0.52% | 0.58% | - |
| HSV(B) | 212.68º | 0.55% | 0.8% | - |
| XYZ | 24.77 | 25.88 | 60.19 | - |
| YUV | 133.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 203 | 0.55 | 0.30 | 0 | 0.20 | 212.68 | 0.52 | 0.58 |
| Hex | 5B | 8E | CB | 37 | 1E | 0 | 14 | D5 | 34 | 3A |
| Octal | 133 | 216 | 313 | 67 | 36 | 0 | 24 | 325 | 64 | 72 |
| Binary | 1011011 | 10001110 | 11001011 | 110111 | 11110 | 0 | 10100 | 11010101 | 110100 | 111010 |
Color Harmonies of #5B8ECB
Complementary color
Monochromatic Colors of #5B8ECB
Black with #5B8ECB
Text Example
Text Example
White with #5B8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8ECB; }
p { color: rgb(91,142,203); }
H1.HeaderClassName
{
color: #5B8ECB;
}
.AnyTagClassName
{
color: #5B8ECB;
}
</style>
background-color css
<style>
a { background-color: #5B8ECB; }
a { background-color: rgb(91,142,203); }
div.DivClassName
{
background-color: #5B8ECB;
}
.BgClassName
{
background-color: #5B8ECB;
}
</style>
border-color css
<style>
span { border-color: #5B8ECB; }
span { border-color: rgb(91,142,203); }
td.TdClassName
{
border-color: #5B8ECB;
}
.TagClassName
{
border-color: #5B8ECB;
}
</style>