Shades of Danube #558FC3
Tints of Danube #558FC3
RGB
CMYK
RGB Variations
Color information
#558FC3 (or 0x558FC3) is known color: Danube. HEX triplet: 55, 8F and C3. RGB value is (85,143,195). Sum of RGB (Red+Green+Blue) = 85+143+195=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #558FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558FC3 is #AA703C. Grayscale: #838383. Windows color (decimal): -11169853 or 12816213. OLE color: 12816213.
HSL color Cylindrical-coordinate representation of color #558FC3: hue angle of 208.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #558FC3 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 143 | 195 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.24 |
| HSL | 208.36º | 0.48% | 0.55% | - |
| HSV(B) | 208.36º | 0.56% | 0.76% | - |
| XYZ | 23.42 | 25.52 | 55.32 | - |
| YUV | 131.59 | 163.78 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 195 | 0.56 | 0.27 | 0 | 0.24 | 208.36 | 0.48 | 0.55 |
| Hex | 55 | 8F | C3 | 38 | 1B | 0 | 18 | D0 | 30 | 37 |
| Octal | 125 | 217 | 303 | 70 | 33 | 0 | 30 | 320 | 60 | 67 |
| Binary | 1010101 | 10001111 | 11000011 | 111000 | 11011 | 0 | 11000 | 11010000 | 110000 | 110111 |
Color Harmonies of #558FC3
Complementary color
Monochromatic Colors of #558FC3
Black with #558FC3
Text Example
Text Example
White with #558FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558FC3; }
p { color: rgb(85,143,195); }
H1.HeaderClassName
{
color: #558FC3;
}
.AnyTagClassName
{
color: #558FC3;
}
</style>
background-color css
<style>
a { background-color: #558FC3; }
a { background-color: rgb(85,143,195); }
div.DivClassName
{
background-color: #558FC3;
}
.BgClassName
{
background-color: #558FC3;
}
</style>
border-color css
<style>
span { border-color: #558FC3; }
span { border-color: rgb(85,143,195); }
td.TdClassName
{
border-color: #558FC3;
}
.TagClassName
{
border-color: #558FC3;
}
</style>