Shades of Danube #5A8BBC
Tints of Danube #5A8BBC
RGB
CMYK
RGB Variations
Color information
#5A8BBC (or 0x5A8BBC) is known color: Danube. HEX triplet: 5A, 8B and BC. RGB value is (90,139,188). Sum of RGB (Red+Green+Blue) = 90+139+188=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BBC is #A57443. Grayscale: #818181. Windows color (decimal): -10843204 or 12356442. OLE color: 12356442.
HSL color Cylindrical-coordinate representation of color #5A8BBC: hue angle of 210º degrees, saturation: 0.42, 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 #5A8BBC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 139 | 188 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.26 |
| HSL | 210º | 0.42% | 0.55% | - |
| HSV(B) | 210º | 0.52% | 0.74% | - |
| XYZ | 22.53 | 24.27 | 51.07 | - |
| YUV | 129.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 188 | 0.52 | 0.26 | 0 | 0.26 | 210 | 0.42 | 0.55 |
| Hex | 5A | 8B | BC | 34 | 1A | 0 | 1A | D2 | 2A | 37 |
| Octal | 132 | 213 | 274 | 64 | 32 | 0 | 32 | 322 | 52 | 67 |
| Binary | 1011010 | 10001011 | 10111100 | 110100 | 11010 | 0 | 11010 | 11010010 | 101010 | 110111 |
Color Harmonies of #5A8BBC
Complementary color
Monochromatic Colors of #5A8BBC
Black with #5A8BBC
Text Example
Text Example
White with #5A8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BBC; }
p { color: rgb(90,139,188); }
H1.HeaderClassName
{
color: #5A8BBC;
}
.AnyTagClassName
{
color: #5A8BBC;
}
</style>
background-color css
<style>
a { background-color: #5A8BBC; }
a { background-color: rgb(90,139,188); }
div.DivClassName
{
background-color: #5A8BBC;
}
.BgClassName
{
background-color: #5A8BBC;
}
</style>
border-color css
<style>
span { border-color: #5A8BBC; }
span { border-color: rgb(90,139,188); }
td.TdClassName
{
border-color: #5A8BBC;
}
.TagClassName
{
border-color: #5A8BBC;
}
</style>