Shades of Danube #5A8ECD
Tints of Danube #5A8ECD
RGB
CMYK
RGB Variations
Color information
#5A8ECD (or 0x5A8ECD) is known color: Danube. HEX triplet: 5A, 8E and CD. RGB value is (90,142,205). Sum of RGB (Red+Green+Blue) = 90+142+205=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ECD is #A57132. Grayscale: #858585. Windows color (decimal): -10842419 or 13471322. OLE color: 13471322.
HSL color Cylindrical-coordinate representation of color #5A8ECD: hue angle of 212.87º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8ECD is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 142 | 205 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.20 |
| HSL | 212.87º | 0.53% | 0.58% | - |
| HSV(B) | 212.87º | 0.56% | 0.8% | - |
| XYZ | 24.91 | 25.93 | 61.45 | - |
| YUV | 133.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 205 | 0.56 | 0.31 | 0 | 0.20 | 212.87 | 0.53 | 0.58 |
| Hex | 5A | 8E | CD | 38 | 1F | 0 | 14 | D5 | 35 | 3A |
| Octal | 132 | 216 | 315 | 70 | 37 | 0 | 24 | 325 | 65 | 72 |
| Binary | 1011010 | 10001110 | 11001101 | 111000 | 11111 | 0 | 10100 | 11010101 | 110101 | 111010 |
Color Harmonies of #5A8ECD
Complementary color
Monochromatic Colors of #5A8ECD
Black with #5A8ECD
Text Example
Text Example
White with #5A8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ECD; }
p { color: rgb(90,142,205); }
H1.HeaderClassName
{
color: #5A8ECD;
}
.AnyTagClassName
{
color: #5A8ECD;
}
</style>
background-color css
<style>
a { background-color: #5A8ECD; }
a { background-color: rgb(90,142,205); }
div.DivClassName
{
background-color: #5A8ECD;
}
.BgClassName
{
background-color: #5A8ECD;
}
</style>
border-color css
<style>
span { border-color: #5A8ECD; }
span { border-color: rgb(90,142,205); }
td.TdClassName
{
border-color: #5A8ECD;
}
.TagClassName
{
border-color: #5A8ECD;
}
</style>