Shades of Danube #5A8ABC
Tints of Danube #5A8ABC
RGB
CMYK
RGB Variations
Color information
#5A8ABC (or 0x5A8ABC) is known color: Danube. HEX triplet: 5A, 8A and BC. RGB value is (90,138,188). Sum of RGB (Red+Green+Blue) = 90+138+188=416 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.63% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A8ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ABC is #A57543. Grayscale: #818181. Windows color (decimal): -10843460 or 12356186. OLE color: 12356186.
HSL color Cylindrical-coordinate representation of color #5A8ABC: hue angle of 210.61º 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 #5A8ABC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 138 | 188 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.26 |
| HSL | 210.61º | 0.42% | 0.55% | - |
| HSV(B) | 210.61º | 0.52% | 0.74% | - |
| XYZ | 22.38 | 23.98 | 51.03 | - |
| YUV | 129.35 | 161.1 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 188 | 0.52 | 0.27 | 0 | 0.26 | 210.61 | 0.42 | 0.55 |
| Hex | 5A | 8A | BC | 34 | 1B | 0 | 1A | D3 | 2A | 37 |
| Octal | 132 | 212 | 274 | 64 | 33 | 0 | 32 | 323 | 52 | 67 |
| Binary | 1011010 | 10001010 | 10111100 | 110100 | 11011 | 0 | 11010 | 11010011 | 101010 | 110111 |
Color Harmonies of #5A8ABC
Complementary color
Monochromatic Colors of #5A8ABC
Black with #5A8ABC
Text Example
Text Example
White with #5A8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ABC; }
p { color: rgb(90,138,188); }
H1.HeaderClassName
{
color: #5A8ABC;
}
.AnyTagClassName
{
color: #5A8ABC;
}
</style>
background-color css
<style>
a { background-color: #5A8ABC; }
a { background-color: rgb(90,138,188); }
div.DivClassName
{
background-color: #5A8ABC;
}
.BgClassName
{
background-color: #5A8ABC;
}
</style>
border-color css
<style>
span { border-color: #5A8ABC; }
span { border-color: rgb(90,138,188); }
td.TdClassName
{
border-color: #5A8ABC;
}
.TagClassName
{
border-color: #5A8ABC;
}
</style>