Shades of Danube #5A8ACE
Tints of Danube #5A8ACE
RGB
CMYK
RGB Variations
Color information
#5A8ACE (or 0x5A8ACE) is known color: Danube. HEX triplet: 5A, 8A and CE. RGB value is (90,138,206). Sum of RGB (Red+Green+Blue) = 90+138+206=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ACE is #A57531. Grayscale: #838383. Windows color (decimal): -10843442 or 13535834. OLE color: 13535834.
HSL color Cylindrical-coordinate representation of color #5A8ACE: hue angle of 215.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8ACE is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 138 | 206 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.19 |
| HSL | 215.17º | 0.54% | 0.58% | - |
| HSV(B) | 215.17º | 0.56% | 0.81% | - |
| XYZ | 24.45 | 24.81 | 61.89 | - |
| YUV | 131.4 | 170.1 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 206 | 0.56 | 0.33 | 0 | 0.19 | 215.17 | 0.54 | 0.58 |
| Hex | 5A | 8A | CE | 38 | 21 | 0 | 13 | D7 | 36 | 3A |
| Octal | 132 | 212 | 316 | 70 | 41 | 0 | 23 | 327 | 66 | 72 |
| Binary | 1011010 | 10001010 | 11001110 | 111000 | 100001 | 0 | 10011 | 11010111 | 110110 | 111010 |
Color Harmonies of #5A8ACE
Complementary color
Monochromatic Colors of #5A8ACE
Black with #5A8ACE
Text Example
Text Example
White with #5A8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ACE; }
p { color: rgb(90,138,206); }
H1.HeaderClassName
{
color: #5A8ACE;
}
.AnyTagClassName
{
color: #5A8ACE;
}
</style>
background-color css
<style>
a { background-color: #5A8ACE; }
a { background-color: rgb(90,138,206); }
div.DivClassName
{
background-color: #5A8ACE;
}
.BgClassName
{
background-color: #5A8ACE;
}
</style>
border-color css
<style>
span { border-color: #5A8ACE; }
span { border-color: rgb(90,138,206); }
td.TdClassName
{
border-color: #5A8ACE;
}
.TagClassName
{
border-color: #5A8ACE;
}
</style>