Shades of Danube #5A8CBA
Tints of Danube #5A8CBA
RGB
CMYK
RGB Variations
Color information
#5A8CBA (or 0x5A8CBA) is known color: Danube. HEX triplet: 5A, 8C and BA. RGB value is (90,140,186). Sum of RGB (Red+Green+Blue) = 90+140+186=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CBA is #A57345. Grayscale: #828282. Windows color (decimal): -10842950 or 12225626. OLE color: 12225626.
HSL color Cylindrical-coordinate representation of color #5A8CBA: hue angle of 208.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A8CBA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 140 | 186 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.27 |
| HSL | 208.75º | 0.41% | 0.54% | - |
| HSV(B) | 208.75º | 0.52% | 0.73% | - |
| XYZ | 22.46 | 24.48 | 49.99 | - |
| YUV | 130.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 186 | 0.52 | 0.25 | 0 | 0.27 | 208.75 | 0.41 | 0.54 |
| Hex | 5A | 8C | BA | 34 | 19 | 0 | 1B | D1 | 29 | 36 |
| Octal | 132 | 214 | 272 | 64 | 31 | 0 | 33 | 321 | 51 | 66 |
| Binary | 1011010 | 10001100 | 10111010 | 110100 | 11001 | 0 | 11011 | 11010001 | 101001 | 110110 |
Color Harmonies of #5A8CBA
Complementary color
Monochromatic Colors of #5A8CBA
Black with #5A8CBA
Text Example
Text Example
White with #5A8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CBA; }
p { color: rgb(90,140,186); }
H1.HeaderClassName
{
color: #5A8CBA;
}
.AnyTagClassName
{
color: #5A8CBA;
}
</style>
background-color css
<style>
a { background-color: #5A8CBA; }
a { background-color: rgb(90,140,186); }
div.DivClassName
{
background-color: #5A8CBA;
}
.BgClassName
{
background-color: #5A8CBA;
}
</style>
border-color css
<style>
span { border-color: #5A8CBA; }
span { border-color: rgb(90,140,186); }
td.TdClassName
{
border-color: #5A8CBA;
}
.TagClassName
{
border-color: #5A8CBA;
}
</style>