Shades of Danube #558CC3
Tints of Danube #558CC3
RGB
CMYK
RGB Variations
Color information
#558CC3 (or 0x558CC3) is known color: Danube. HEX triplet: 55, 8C and C3. RGB value is (85,140,195). Sum of RGB (Red+Green+Blue) = 85+140+195=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 195 (76.56% from 255 or 46.43% from 420); Max value from RGB is 195 - color contains mainly: blue. Hex color #558CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CC3 is #AA733C. Grayscale: #818181. Windows color (decimal): -11170621 or 12815445. OLE color: 12815445.
HSL color Cylindrical-coordinate representation of color #558CC3: hue angle of 210º 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 #558CC3 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 140 | 195 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.24 |
| HSL | 210º | 0.48% | 0.55% | - |
| HSV(B) | 210º | 0.56% | 0.76% | - |
| XYZ | 22.97 | 24.63 | 55.17 | - |
| YUV | 129.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 195 | 0.56 | 0.28 | 0 | 0.24 | 210 | 0.48 | 0.55 |
| Hex | 55 | 8C | C3 | 38 | 1C | 0 | 18 | D2 | 30 | 37 |
| Octal | 125 | 214 | 303 | 70 | 34 | 0 | 30 | 322 | 60 | 67 |
| Binary | 1010101 | 10001100 | 11000011 | 111000 | 11100 | 0 | 11000 | 11010010 | 110000 | 110111 |
Color Harmonies of #558CC3
Complementary color
Monochromatic Colors of #558CC3
Black with #558CC3
Text Example
Text Example
White with #558CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CC3; }
p { color: rgb(85,140,195); }
H1.HeaderClassName
{
color: #558CC3;
}
.AnyTagClassName
{
color: #558CC3;
}
</style>
background-color css
<style>
a { background-color: #558CC3; }
a { background-color: rgb(85,140,195); }
div.DivClassName
{
background-color: #558CC3;
}
.BgClassName
{
background-color: #558CC3;
}
</style>
border-color css
<style>
span { border-color: #558CC3; }
span { border-color: rgb(85,140,195); }
td.TdClassName
{
border-color: #558CC3;
}
.TagClassName
{
border-color: #558CC3;
}
</style>