Shades of Danube #5C8FBA
Tints of Danube #5C8FBA
RGB
CMYK
RGB Variations
Color information
#5C8FBA (or 0x5C8FBA) is known color: Danube. HEX triplet: 5C, 8F and BA. RGB value is (92,143,186). Sum of RGB (Red+Green+Blue) = 92+143+186=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8FBA is #A37045. Grayscale: #848484. Windows color (decimal): -10711110 or 12226396. OLE color: 12226396.
HSL color Cylindrical-coordinate representation of color #5C8FBA: hue angle of 207.45º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8FBA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 143 | 186 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.27 |
| HSL | 207.45º | 0.41% | 0.55% | - |
| HSV(B) | 207.45º | 0.51% | 0.73% | - |
| XYZ | 23.1 | 25.47 | 50.15 | - |
| YUV | 132.65 | 158.1 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 186 | 0.51 | 0.23 | 0 | 0.27 | 207.45 | 0.41 | 0.55 |
| Hex | 5C | 8F | BA | 33 | 17 | 0 | 1B | CF | 29 | 37 |
| Octal | 134 | 217 | 272 | 63 | 27 | 0 | 33 | 317 | 51 | 67 |
| Binary | 1011100 | 10001111 | 10111010 | 110011 | 10111 | 0 | 11011 | 11001111 | 101001 | 110111 |
Color Harmonies of #5C8FBA
Complementary color
Monochromatic Colors of #5C8FBA
Black with #5C8FBA
Text Example
Text Example
White with #5C8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8FBA; }
p { color: rgb(92,143,186); }
H1.HeaderClassName
{
color: #5C8FBA;
}
.AnyTagClassName
{
color: #5C8FBA;
}
</style>
background-color css
<style>
a { background-color: #5C8FBA; }
a { background-color: rgb(92,143,186); }
div.DivClassName
{
background-color: #5C8FBA;
}
.BgClassName
{
background-color: #5C8FBA;
}
</style>
border-color css
<style>
span { border-color: #5C8FBA; }
span { border-color: rgb(92,143,186); }
td.TdClassName
{
border-color: #5C8FBA;
}
.TagClassName
{
border-color: #5C8FBA;
}
</style>