Shades of Danube #5C8ECB
Tints of Danube #5C8ECB
RGB
CMYK
RGB Variations
Color information
#5C8ECB (or 0x5C8ECB) is known color: Danube. HEX triplet: 5C, 8E and CB. RGB value is (92,142,203). Sum of RGB (Red+Green+Blue) = 92+142+203=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C8ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8ECB is #A37134. Grayscale: #858585. Windows color (decimal): -10711349 or 13340252. OLE color: 13340252.
HSL color Cylindrical-coordinate representation of color #5C8ECB: hue angle of 212.97º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C8ECB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 142 | 203 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.20 |
| HSL | 212.97º | 0.52% | 0.58% | - |
| HSV(B) | 212.97º | 0.55% | 0.8% | - |
| XYZ | 24.87 | 25.93 | 60.19 | - |
| YUV | 134 | 166.94 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 203 | 0.55 | 0.30 | 0 | 0.20 | 212.97 | 0.52 | 0.58 |
| Hex | 5C | 8E | CB | 37 | 1E | 0 | 14 | D5 | 34 | 3A |
| Octal | 134 | 216 | 313 | 67 | 36 | 0 | 24 | 325 | 64 | 72 |
| Binary | 1011100 | 10001110 | 11001011 | 110111 | 11110 | 0 | 10100 | 11010101 | 110100 | 111010 |
Color Harmonies of #5C8ECB
Complementary color
Monochromatic Colors of #5C8ECB
Black with #5C8ECB
Text Example
Text Example
White with #5C8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8ECB; }
p { color: rgb(92,142,203); }
H1.HeaderClassName
{
color: #5C8ECB;
}
.AnyTagClassName
{
color: #5C8ECB;
}
</style>
background-color css
<style>
a { background-color: #5C8ECB; }
a { background-color: rgb(92,142,203); }
div.DivClassName
{
background-color: #5C8ECB;
}
.BgClassName
{
background-color: #5C8ECB;
}
</style>
border-color css
<style>
span { border-color: #5C8ECB; }
span { border-color: rgb(92,142,203); }
td.TdClassName
{
border-color: #5C8ECB;
}
.TagClassName
{
border-color: #5C8ECB;
}
</style>