Shades of Danube #5B90CA
Tints of Danube #5B90CA
RGB
CMYK
RGB Variations
Color information
#5B90CA (or 0x5B90CA) is known color: Danube. HEX triplet: 5B, 90 and CA. RGB value is (91,144,202). Sum of RGB (Red+Green+Blue) = 91+144+202=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B90CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B90CA is #A46F35. Grayscale: #868686. Windows color (decimal): -10776374 or 13275227. OLE color: 13275227.
HSL color Cylindrical-coordinate representation of color #5B90CA: hue angle of 211.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B90CA is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 91 | 144 | 202 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.21 |
| HSL | 211.35º | 0.51% | 0.57% | - |
| HSV(B) | 211.35º | 0.55% | 0.79% | - |
| XYZ | 24.95 | 26.43 | 59.66 | - |
| YUV | 134.77 | 165.94 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 202 | 0.55 | 0.29 | 0 | 0.21 | 211.35 | 0.51 | 0.57 |
| Hex | 5B | 90 | CA | 37 | 1D | 0 | 15 | D3 | 33 | 39 |
| Octal | 133 | 220 | 312 | 67 | 35 | 0 | 25 | 323 | 63 | 71 |
| Binary | 1011011 | 10010000 | 11001010 | 110111 | 11101 | 0 | 10101 | 11010011 | 110011 | 111001 |
Color Harmonies of #5B90CA
Complementary color
Monochromatic Colors of #5B90CA
Black with #5B90CA
Text Example
Text Example
White with #5B90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B90CA; }
p { color: rgb(91,144,202); }
H1.HeaderClassName
{
color: #5B90CA;
}
.AnyTagClassName
{
color: #5B90CA;
}
</style>
background-color css
<style>
a { background-color: #5B90CA; }
a { background-color: rgb(91,144,202); }
div.DivClassName
{
background-color: #5B90CA;
}
.BgClassName
{
background-color: #5B90CA;
}
</style>
border-color css
<style>
span { border-color: #5B90CA; }
span { border-color: rgb(91,144,202); }
td.TdClassName
{
border-color: #5B90CA;
}
.TagClassName
{
border-color: #5B90CA;
}
</style>