Shades of Danube #5B8DC3
Tints of Danube #5B8DC3
RGB
CMYK
RGB Variations
Color information
#5B8DC3 (or 0x5B8DC3) is known color: Danube. HEX triplet: 5B, 8D and C3. RGB value is (91,141,195). Sum of RGB (Red+Green+Blue) = 91+141+195=427 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.31% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B8DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8DC3 is #A4723C. Grayscale: #838383. Windows color (decimal): -10777149 or 12815707. OLE color: 12815707.
HSL color Cylindrical-coordinate representation of color #5B8DC3: hue angle of 211.15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B8DC3 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 91 | 141 | 195 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.24 |
| HSL | 211.15º | 0.46% | 0.56% | - |
| HSV(B) | 211.15º | 0.53% | 0.76% | - |
| XYZ | 23.69 | 25.21 | 55.25 | - |
| YUV | 132.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 195 | 0.53 | 0.28 | 0 | 0.24 | 211.15 | 0.46 | 0.56 |
| Hex | 5B | 8D | C3 | 35 | 1C | 0 | 18 | D3 | 2E | 38 |
| Octal | 133 | 215 | 303 | 65 | 34 | 0 | 30 | 323 | 56 | 70 |
| Binary | 1011011 | 10001101 | 11000011 | 110101 | 11100 | 0 | 11000 | 11010011 | 101110 | 111000 |
Color Harmonies of #5B8DC3
Complementary color
Monochromatic Colors of #5B8DC3
Black with #5B8DC3
Text Example
Text Example
White with #5B8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DC3; }
p { color: rgb(91,141,195); }
H1.HeaderClassName
{
color: #5B8DC3;
}
.AnyTagClassName
{
color: #5B8DC3;
}
</style>
background-color css
<style>
a { background-color: #5B8DC3; }
a { background-color: rgb(91,141,195); }
div.DivClassName
{
background-color: #5B8DC3;
}
.BgClassName
{
background-color: #5B8DC3;
}
</style>
border-color css
<style>
span { border-color: #5B8DC3; }
span { border-color: rgb(91,141,195); }
td.TdClassName
{
border-color: #5B8DC3;
}
.TagClassName
{
border-color: #5B8DC3;
}
</style>