Shades of Danube #5B8BCB
Tints of Danube #5B8BCB
RGB
CMYK
RGB Variations
Color information
#5B8BCB (or 0x5B8BCB) is known color: Danube. HEX triplet: 5B, 8B and CB. RGB value is (91,139,203). Sum of RGB (Red+Green+Blue) = 91+139+203=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B8BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8BCB is #A47434. Grayscale: #838383. Windows color (decimal): -10777653 or 13339483. OLE color: 13339483.
HSL color Cylindrical-coordinate representation of color #5B8BCB: hue angle of 214.29º 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 #5B8BCB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 139 | 203 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.20 |
| HSL | 214.29º | 0.52% | 0.58% | - |
| HSV(B) | 214.29º | 0.55% | 0.8% | - |
| XYZ | 24.33 | 25 | 60.04 | - |
| YUV | 131.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 139 | 203 | 0.55 | 0.32 | 0 | 0.20 | 214.29 | 0.52 | 0.58 |
| Hex | 5B | 8B | CB | 37 | 20 | 0 | 14 | D6 | 34 | 3A |
| Octal | 133 | 213 | 313 | 67 | 40 | 0 | 24 | 326 | 64 | 72 |
| Binary | 1011011 | 10001011 | 11001011 | 110111 | 100000 | 0 | 10100 | 11010110 | 110100 | 111010 |
Color Harmonies of #5B8BCB
Complementary color
Monochromatic Colors of #5B8BCB
Black with #5B8BCB
Text Example
Text Example
White with #5B8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8BCB; }
p { color: rgb(91,139,203); }
H1.HeaderClassName
{
color: #5B8BCB;
}
.AnyTagClassName
{
color: #5B8BCB;
}
</style>
background-color css
<style>
a { background-color: #5B8BCB; }
a { background-color: rgb(91,139,203); }
div.DivClassName
{
background-color: #5B8BCB;
}
.BgClassName
{
background-color: #5B8BCB;
}
</style>
border-color css
<style>
span { border-color: #5B8BCB; }
span { border-color: rgb(91,139,203); }
td.TdClassName
{
border-color: #5B8BCB;
}
.TagClassName
{
border-color: #5B8BCB;
}
</style>