Shades of Danube #5B8FCD
Tints of Danube #5B8FCD
RGB
CMYK
RGB Variations
Color information
#5B8FCD (or 0x5B8FCD) is known color: Danube. HEX triplet: 5B, 8F and CD. RGB value is (91,143,205). Sum of RGB (Red+Green+Blue) = 91+143+205=439 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.73% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #5B8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8FCD is #A47032. Grayscale: #868686. Windows color (decimal): -10776627 or 13471579. OLE color: 13471579.
HSL color Cylindrical-coordinate representation of color #5B8FCD: hue angle of 212.63º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B8FCD is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 143 | 205 | - |
| CMYK | 0.56 | 0.30 | 0 | 0.20 |
| HSL | 212.63º | 0.53% | 0.58% | - |
| HSV(B) | 212.63º | 0.56% | 0.8% | - |
| XYZ | 25.16 | 26.28 | 61.5 | - |
| YUV | 134.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 205 | 0.56 | 0.30 | 0 | 0.20 | 212.63 | 0.53 | 0.58 |
| Hex | 5B | 8F | CD | 38 | 1E | 0 | 14 | D5 | 35 | 3A |
| Octal | 133 | 217 | 315 | 70 | 36 | 0 | 24 | 325 | 65 | 72 |
| Binary | 1011011 | 10001111 | 11001101 | 111000 | 11110 | 0 | 10100 | 11010101 | 110101 | 111010 |
Color Harmonies of #5B8FCD
Complementary color
Monochromatic Colors of #5B8FCD
Black with #5B8FCD
Text Example
Text Example
White with #5B8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FCD; }
p { color: rgb(91,143,205); }
H1.HeaderClassName
{
color: #5B8FCD;
}
.AnyTagClassName
{
color: #5B8FCD;
}
</style>
background-color css
<style>
a { background-color: #5B8FCD; }
a { background-color: rgb(91,143,205); }
div.DivClassName
{
background-color: #5B8FCD;
}
.BgClassName
{
background-color: #5B8FCD;
}
</style>
border-color css
<style>
span { border-color: #5B8FCD; }
span { border-color: rgb(91,143,205); }
td.TdClassName
{
border-color: #5B8FCD;
}
.TagClassName
{
border-color: #5B8FCD;
}
</style>