Shades of Danube #5C8FBD
Tints of Danube #5C8FBD
RGB
CMYK
RGB Variations
Color information
#5C8FBD (or 0x5C8FBD) is known color: Danube. HEX triplet: 5C, 8F and BD. RGB value is (92,143,189). Sum of RGB (Red+Green+Blue) = 92+143+189=424 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.70% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C8FBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8FBD is #A37042. Grayscale: #848484. Windows color (decimal): -10711107 or 12423004. OLE color: 12423004.
HSL color Cylindrical-coordinate representation of color #5C8FBD: hue angle of 208.45º 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 #5C8FBD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 143 | 189 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.26 |
| HSL | 208.45º | 0.42% | 0.55% | - |
| HSV(B) | 208.45º | 0.51% | 0.74% | - |
| XYZ | 23.42 | 25.59 | 51.85 | - |
| YUV | 133 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 189 | 0.51 | 0.24 | 0 | 0.26 | 208.45 | 0.42 | 0.55 |
| Hex | 5C | 8F | BD | 33 | 18 | 0 | 1A | D0 | 2A | 37 |
| Octal | 134 | 217 | 275 | 63 | 30 | 0 | 32 | 320 | 52 | 67 |
| Binary | 1011100 | 10001111 | 10111101 | 110011 | 11000 | 0 | 11010 | 11010000 | 101010 | 110111 |
Color Harmonies of #5C8FBD
Complementary color
Monochromatic Colors of #5C8FBD
Black with #5C8FBD
Text Example
Text Example
White with #5C8FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8FBD; }
p { color: rgb(92,143,189); }
H1.HeaderClassName
{
color: #5C8FBD;
}
.AnyTagClassName
{
color: #5C8FBD;
}
</style>
background-color css
<style>
a { background-color: #5C8FBD; }
a { background-color: rgb(92,143,189); }
div.DivClassName
{
background-color: #5C8FBD;
}
.BgClassName
{
background-color: #5C8FBD;
}
</style>
border-color css
<style>
span { border-color: #5C8FBD; }
span { border-color: rgb(92,143,189); }
td.TdClassName
{
border-color: #5C8FBD;
}
.TagClassName
{
border-color: #5C8FBD;
}
</style>