Shades of Danube #5B8FBD
Tints of Danube #5B8FBD
RGB
CMYK
RGB Variations
Color information
#5B8FBD (or 0x5B8FBD) is known color: Danube. HEX triplet: 5B, 8F and BD. RGB value is (91,143,189). Sum of RGB (Red+Green+Blue) = 91+143+189=423 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.51% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8FBD is #A47042. Grayscale: #848484. Windows color (decimal): -10776643 or 12423003. OLE color: 12423003.
HSL color Cylindrical-coordinate representation of color #5B8FBD: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B8FBD is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 143 | 189 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.26 |
| HSL | 208.16º | 0.43% | 0.55% | - |
| HSV(B) | 208.16º | 0.52% | 0.74% | - |
| XYZ | 23.32 | 25.54 | 51.85 | - |
| YUV | 132.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 143 | 189 | 0.52 | 0.24 | 0 | 0.26 | 208.16 | 0.43 | 0.55 |
| Hex | 5B | 8F | BD | 34 | 18 | 0 | 1A | D0 | 2B | 37 |
| Octal | 133 | 217 | 275 | 64 | 30 | 0 | 32 | 320 | 53 | 67 |
| Binary | 1011011 | 10001111 | 10111101 | 110100 | 11000 | 0 | 11010 | 11010000 | 101011 | 110111 |
Color Harmonies of #5B8FBD
Complementary color
Monochromatic Colors of #5B8FBD
Black with #5B8FBD
Text Example
Text Example
White with #5B8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8FBD; }
p { color: rgb(91,143,189); }
H1.HeaderClassName
{
color: #5B8FBD;
}
.AnyTagClassName
{
color: #5B8FBD;
}
</style>
background-color css
<style>
a { background-color: #5B8FBD; }
a { background-color: rgb(91,143,189); }
div.DivClassName
{
background-color: #5B8FBD;
}
.BgClassName
{
background-color: #5B8FBD;
}
</style>
border-color css
<style>
span { border-color: #5B8FBD; }
span { border-color: rgb(91,143,189); }
td.TdClassName
{
border-color: #5B8FBD;
}
.TagClassName
{
border-color: #5B8FBD;
}
</style>