Shades of Danube #558AC6
Tints of Danube #558AC6
RGB
CMYK
RGB Variations
Color information
#558AC6 (or 0x558AC6) is known color: Danube. HEX triplet: 55, 8A and C6. RGB value is (85,138,198). Sum of RGB (Red+Green+Blue) = 85+138+198=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #558AC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AC6 is #AA7539. Grayscale: #808080. Windows color (decimal): -11171130 or 13011541. OLE color: 13011541.
HSL color Cylindrical-coordinate representation of color #558AC6: hue angle of 211.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558AC6 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 138 | 198 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.22 |
| HSL | 211.86º | 0.5% | 0.55% | - |
| HSV(B) | 211.86º | 0.57% | 0.78% | - |
| XYZ | 23.03 | 24.19 | 56.88 | - |
| YUV | 128.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 138 | 198 | 0.57 | 0.30 | 0 | 0.22 | 211.86 | 0.5 | 0.55 |
| Hex | 55 | 8A | C6 | 39 | 1E | 0 | 16 | D4 | 32 | 37 |
| Octal | 125 | 212 | 306 | 71 | 36 | 0 | 26 | 324 | 62 | 67 |
| Binary | 1010101 | 10001010 | 11000110 | 111001 | 11110 | 0 | 10110 | 11010100 | 110010 | 110111 |
Color Harmonies of #558AC6
Complementary color
Monochromatic Colors of #558AC6
Black with #558AC6
Text Example
Text Example
White with #558AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558AC6; }
p { color: rgb(85,138,198); }
H1.HeaderClassName
{
color: #558AC6;
}
.AnyTagClassName
{
color: #558AC6;
}
</style>
background-color css
<style>
a { background-color: #558AC6; }
a { background-color: rgb(85,138,198); }
div.DivClassName
{
background-color: #558AC6;
}
.BgClassName
{
background-color: #558AC6;
}
</style>
border-color css
<style>
span { border-color: #558AC6; }
span { border-color: rgb(85,138,198); }
td.TdClassName
{
border-color: #558AC6;
}
.TagClassName
{
border-color: #558AC6;
}
</style>