Shades of Danube #5A8CBC
Tints of Danube #5A8CBC
RGB
CMYK
RGB Variations
Color information
#5A8CBC (or 0x5A8CBC) is known color: Danube. HEX triplet: 5A, 8C and BC. RGB value is (90,140,188). Sum of RGB (Red+Green+Blue) = 90+140+188=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8CBC is #A57343. Grayscale: #828282. Windows color (decimal): -10842948 or 12356698. OLE color: 12356698.
HSL color Cylindrical-coordinate representation of color #5A8CBC: hue angle of 209.39º 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 #5A8CBC is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 140 | 188 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.26 |
| HSL | 209.39º | 0.42% | 0.55% | - |
| HSV(B) | 209.39º | 0.52% | 0.74% | - |
| XYZ | 22.67 | 24.56 | 51.12 | - |
| YUV | 130.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 140 | 188 | 0.52 | 0.26 | 0 | 0.26 | 209.39 | 0.42 | 0.55 |
| Hex | 5A | 8C | BC | 34 | 1A | 0 | 1A | D1 | 2A | 37 |
| Octal | 132 | 214 | 274 | 64 | 32 | 0 | 32 | 321 | 52 | 67 |
| Binary | 1011010 | 10001100 | 10111100 | 110100 | 11010 | 0 | 11010 | 11010001 | 101010 | 110111 |
Color Harmonies of #5A8CBC
Complementary color
Monochromatic Colors of #5A8CBC
Black with #5A8CBC
Text Example
Text Example
White with #5A8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8CBC; }
p { color: rgb(90,140,188); }
H1.HeaderClassName
{
color: #5A8CBC;
}
.AnyTagClassName
{
color: #5A8CBC;
}
</style>
background-color css
<style>
a { background-color: #5A8CBC; }
a { background-color: rgb(90,140,188); }
div.DivClassName
{
background-color: #5A8CBC;
}
.BgClassName
{
background-color: #5A8CBC;
}
</style>
border-color css
<style>
span { border-color: #5A8CBC; }
span { border-color: rgb(90,140,188); }
td.TdClassName
{
border-color: #5A8CBC;
}
.TagClassName
{
border-color: #5A8CBC;
}
</style>