Shades of Danube #5A8ACB
Tints of Danube #5A8ACB
RGB
CMYK
RGB Variations
Color information
#5A8ACB (or 0x5A8ACB) is known color: Danube. HEX triplet: 5A, 8A and CB. RGB value is (90,138,203). Sum of RGB (Red+Green+Blue) = 90+138+203=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ACB is #A57534. Grayscale: #828282. Windows color (decimal): -10843445 or 13339226. OLE color: 13339226.
HSL color Cylindrical-coordinate representation of color #5A8ACB: hue angle of 214.51º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A8ACB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 138 | 203 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.20 |
| HSL | 214.51º | 0.52% | 0.57% | - |
| HSV(B) | 214.51º | 0.56% | 0.8% | - |
| XYZ | 24.08 | 24.66 | 59.99 | - |
| YUV | 131.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 203 | 0.56 | 0.32 | 0 | 0.20 | 214.51 | 0.52 | 0.57 |
| Hex | 5A | 8A | CB | 38 | 20 | 0 | 14 | D7 | 34 | 39 |
| Octal | 132 | 212 | 313 | 70 | 40 | 0 | 24 | 327 | 64 | 71 |
| Binary | 1011010 | 10001010 | 11001011 | 111000 | 100000 | 0 | 10100 | 11010111 | 110100 | 111001 |
Color Harmonies of #5A8ACB
Complementary color
Monochromatic Colors of #5A8ACB
Black with #5A8ACB
Text Example
Text Example
White with #5A8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ACB; }
p { color: rgb(90,138,203); }
H1.HeaderClassName
{
color: #5A8ACB;
}
.AnyTagClassName
{
color: #5A8ACB;
}
</style>
background-color css
<style>
a { background-color: #5A8ACB; }
a { background-color: rgb(90,138,203); }
div.DivClassName
{
background-color: #5A8ACB;
}
.BgClassName
{
background-color: #5A8ACB;
}
</style>
border-color css
<style>
span { border-color: #5A8ACB; }
span { border-color: rgb(90,138,203); }
td.TdClassName
{
border-color: #5A8ACB;
}
.TagClassName
{
border-color: #5A8ACB;
}
</style>