Shades of Danube #5C8DC3
Tints of Danube #5C8DC3
RGB
CMYK
RGB Variations
Color information
#5C8DC3 (or 0x5C8DC3) is known color: Danube. HEX triplet: 5C, 8D and C3. RGB value is (92,141,195). Sum of RGB (Red+Green+Blue) = 92+141+195=428 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.50% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C8DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DC3 is #A3723C. Grayscale: #848484. Windows color (decimal): -10711613 or 12815708. OLE color: 12815708.
HSL color Cylindrical-coordinate representation of color #5C8DC3: hue angle of 211.46º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C8DC3 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 141 | 195 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.24 |
| HSL | 211.46º | 0.46% | 0.56% | - |
| HSV(B) | 211.46º | 0.53% | 0.76% | - |
| XYZ | 23.79 | 25.27 | 55.25 | - |
| YUV | 132.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 195 | 0.53 | 0.28 | 0 | 0.24 | 211.46 | 0.46 | 0.56 |
| Hex | 5C | 8D | C3 | 35 | 1C | 0 | 18 | D3 | 2E | 38 |
| Octal | 134 | 215 | 303 | 65 | 34 | 0 | 30 | 323 | 56 | 70 |
| Binary | 1011100 | 10001101 | 11000011 | 110101 | 11100 | 0 | 11000 | 11010011 | 101110 | 111000 |
Color Harmonies of #5C8DC3
Complementary color
Monochromatic Colors of #5C8DC3
Black with #5C8DC3
Text Example
Text Example
White with #5C8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8DC3; }
p { color: rgb(92,141,195); }
H1.HeaderClassName
{
color: #5C8DC3;
}
.AnyTagClassName
{
color: #5C8DC3;
}
</style>
background-color css
<style>
a { background-color: #5C8DC3; }
a { background-color: rgb(92,141,195); }
div.DivClassName
{
background-color: #5C8DC3;
}
.BgClassName
{
background-color: #5C8DC3;
}
</style>
border-color css
<style>
span { border-color: #5C8DC3; }
span { border-color: rgb(92,141,195); }
td.TdClassName
{
border-color: #5C8DC3;
}
.TagClassName
{
border-color: #5C8DC3;
}
</style>