Shades of Danube #5A8ABF
Tints of Danube #5A8ABF
RGB
CMYK
RGB Variations
Color information
#5A8ABF (or 0x5A8ABF) is known color: Danube. HEX triplet: 5A, 8A and BF. RGB value is (90,138,191). Sum of RGB (Red+Green+Blue) = 90+138+191=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #5A8ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ABF is #A57540. Grayscale: #818181. Windows color (decimal): -10843457 or 12552794. OLE color: 12552794.
HSL color Cylindrical-coordinate representation of color #5A8ABF: hue angle of 211.49º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A8ABF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 138 | 191 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.25 |
| HSL | 211.49º | 0.44% | 0.55% | - |
| HSV(B) | 211.49º | 0.53% | 0.75% | - |
| XYZ | 22.71 | 24.11 | 52.75 | - |
| YUV | 129.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 191 | 0.53 | 0.28 | 0 | 0.25 | 211.49 | 0.44 | 0.55 |
| Hex | 5A | 8A | BF | 35 | 1C | 0 | 19 | D3 | 2C | 37 |
| Octal | 132 | 212 | 277 | 65 | 34 | 0 | 31 | 323 | 54 | 67 |
| Binary | 1011010 | 10001010 | 10111111 | 110101 | 11100 | 0 | 11001 | 11010011 | 101100 | 110111 |
Color Harmonies of #5A8ABF
Complementary color
Monochromatic Colors of #5A8ABF
Black with #5A8ABF
Text Example
Text Example
White with #5A8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ABF; }
p { color: rgb(90,138,191); }
H1.HeaderClassName
{
color: #5A8ABF;
}
.AnyTagClassName
{
color: #5A8ABF;
}
</style>
background-color css
<style>
a { background-color: #5A8ABF; }
a { background-color: rgb(90,138,191); }
div.DivClassName
{
background-color: #5A8ABF;
}
.BgClassName
{
background-color: #5A8ABF;
}
</style>
border-color css
<style>
span { border-color: #5A8ABF; }
span { border-color: rgb(90,138,191); }
td.TdClassName
{
border-color: #5A8ABF;
}
.TagClassName
{
border-color: #5A8ABF;
}
</style>