Shades of Danube #5C8BCD
Tints of Danube #5C8BCD
RGB
CMYK
RGB Variations
Color information
#5C8BCD (or 0x5C8BCD) is known color: Danube. HEX triplet: 5C, 8B and CD. RGB value is (92,139,205). Sum of RGB (Red+Green+Blue) = 92+139+205=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C8BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8BCD is #A37432. Grayscale: #848484. Windows color (decimal): -10712115 or 13470556. OLE color: 13470556.
HSL color Cylindrical-coordinate representation of color #5C8BCD: hue angle of 215.04º degrees, saturation: 0.53, 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 #5C8BCD is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 139 | 205 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.20 |
| HSL | 215.04º | 0.53% | 0.58% | - |
| HSV(B) | 215.04º | 0.55% | 0.8% | - |
| XYZ | 24.67 | 25.15 | 61.31 | - |
| YUV | 132.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 205 | 0.55 | 0.32 | 0 | 0.20 | 215.04 | 0.53 | 0.58 |
| Hex | 5C | 8B | CD | 37 | 20 | 0 | 14 | D7 | 35 | 3A |
| Octal | 134 | 213 | 315 | 67 | 40 | 0 | 24 | 327 | 65 | 72 |
| Binary | 1011100 | 10001011 | 11001101 | 110111 | 100000 | 0 | 10100 | 11010111 | 110101 | 111010 |
Color Harmonies of #5C8BCD
Complementary color
Monochromatic Colors of #5C8BCD
Black with #5C8BCD
Text Example
Text Example
White with #5C8BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8BCD; }
p { color: rgb(92,139,205); }
H1.HeaderClassName
{
color: #5C8BCD;
}
.AnyTagClassName
{
color: #5C8BCD;
}
</style>
background-color css
<style>
a { background-color: #5C8BCD; }
a { background-color: rgb(92,139,205); }
div.DivClassName
{
background-color: #5C8BCD;
}
.BgClassName
{
background-color: #5C8BCD;
}
</style>
border-color css
<style>
span { border-color: #5C8BCD; }
span { border-color: rgb(92,139,205); }
td.TdClassName
{
border-color: #5C8BCD;
}
.TagClassName
{
border-color: #5C8BCD;
}
</style>