Shades of Danube #5B8BBE
Tints of Danube #5B8BBE
RGB
CMYK
RGB Variations
Color information
#5B8BBE (or 0x5B8BBE) is known color: Danube. HEX triplet: 5B, 8B and BE. RGB value is (91,139,190). Sum of RGB (Red+Green+Blue) = 91+139+190=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8BBE is #A47441. Grayscale: #828282. Windows color (decimal): -10777666 or 12487515. OLE color: 12487515.
HSL color Cylindrical-coordinate representation of color #5B8BBE: hue angle of 210.91º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B8BBE is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 139 | 190 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.25 |
| HSL | 210.91º | 0.43% | 0.55% | - |
| HSV(B) | 210.91º | 0.52% | 0.75% | - |
| XYZ | 22.84 | 24.41 | 52.22 | - |
| YUV | 130.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 139 | 190 | 0.52 | 0.27 | 0 | 0.25 | 210.91 | 0.43 | 0.55 |
| Hex | 5B | 8B | BE | 34 | 1B | 0 | 19 | D3 | 2B | 37 |
| Octal | 133 | 213 | 276 | 64 | 33 | 0 | 31 | 323 | 53 | 67 |
| Binary | 1011011 | 10001011 | 10111110 | 110100 | 11011 | 0 | 11001 | 11010011 | 101011 | 110111 |
Color Harmonies of #5B8BBE
Complementary color
Monochromatic Colors of #5B8BBE
Black with #5B8BBE
Text Example
Text Example
White with #5B8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8BBE; }
p { color: rgb(91,139,190); }
H1.HeaderClassName
{
color: #5B8BBE;
}
.AnyTagClassName
{
color: #5B8BBE;
}
</style>
background-color css
<style>
a { background-color: #5B8BBE; }
a { background-color: rgb(91,139,190); }
div.DivClassName
{
background-color: #5B8BBE;
}
.BgClassName
{
background-color: #5B8BBE;
}
</style>
border-color css
<style>
span { border-color: #5B8BBE; }
span { border-color: rgb(91,139,190); }
td.TdClassName
{
border-color: #5B8BBE;
}
.TagClassName
{
border-color: #5B8BBE;
}
</style>