Shades of Danube #5C8CBC
Tints of Danube #5C8CBC
RGB
CMYK
RGB Variations
Color information
#5C8CBC (or 0x5C8CBC) is known color: Danube. HEX triplet: 5C, 8C and BC. RGB value is (92,140,188). Sum of RGB (Red+Green+Blue) = 92+140+188=420 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.90% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8CBC is #A37343. Grayscale: #828282. Windows color (decimal): -10711876 or 12356700. OLE color: 12356700.
HSL color Cylindrical-coordinate representation of color #5C8CBC: hue angle of 210º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8CBC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 140 | 188 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.26 |
| HSL | 210º | 0.42% | 0.55% | - |
| HSV(B) | 210º | 0.51% | 0.74% | - |
| XYZ | 22.87 | 24.66 | 51.13 | - |
| YUV | 131.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 140 | 188 | 0.51 | 0.26 | 0 | 0.26 | 210 | 0.42 | 0.55 |
| Hex | 5C | 8C | BC | 33 | 1A | 0 | 1A | D2 | 2A | 37 |
| Octal | 134 | 214 | 274 | 63 | 32 | 0 | 32 | 322 | 52 | 67 |
| Binary | 1011100 | 10001100 | 10111100 | 110011 | 11010 | 0 | 11010 | 11010010 | 101010 | 110111 |
Color Harmonies of #5C8CBC
Complementary color
Monochromatic Colors of #5C8CBC
Black with #5C8CBC
Text Example
Text Example
White with #5C8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8CBC; }
p { color: rgb(92,140,188); }
H1.HeaderClassName
{
color: #5C8CBC;
}
.AnyTagClassName
{
color: #5C8CBC;
}
</style>
background-color css
<style>
a { background-color: #5C8CBC; }
a { background-color: rgb(92,140,188); }
div.DivClassName
{
background-color: #5C8CBC;
}
.BgClassName
{
background-color: #5C8CBC;
}
</style>
border-color css
<style>
span { border-color: #5C8CBC; }
span { border-color: rgb(92,140,188); }
td.TdClassName
{
border-color: #5C8CBC;
}
.TagClassName
{
border-color: #5C8CBC;
}
</style>