Shades of Danube #5092C8
Tints of Danube #5092C8
RGB
CMYK
RGB Variations
Color information
#5092C8 (or 0x5092C8) is known color: Danube. HEX triplet: 50, 92 and C8. RGB value is (80,146,200). Sum of RGB (Red+Green+Blue) = 80+146+200=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #5092C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092C8 is #AF6D37. Grayscale: #848484. Windows color (decimal): -11496760 or 13144656. OLE color: 13144656.
HSL color Cylindrical-coordinate representation of color #5092C8: hue angle of 207º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5092C8 is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 146 | 200 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.22 |
| HSL | 207º | 0.52% | 0.55% | - |
| HSV(B) | 207º | 0.6% | 0.78% | - |
| XYZ | 24.01 | 26.43 | 58.48 | - |
| YUV | 132.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 200 | 0.6 | 0.27 | 0 | 0.22 | 207 | 0.52 | 0.55 |
| Hex | 50 | 92 | C8 | 3C | 1B | 0 | 16 | CF | 34 | 37 |
| Octal | 120 | 222 | 310 | 74 | 33 | 0 | 26 | 317 | 64 | 67 |
| Binary | 1010000 | 10010010 | 11001000 | 111100 | 11011 | 0 | 10110 | 11001111 | 110100 | 110111 |
Color Harmonies of #5092C8
Complementary color
Monochromatic Colors of #5092C8
Black with #5092C8
Text Example
Text Example
White with #5092C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5092C8; }
p { color: rgb(80,146,200); }
H1.HeaderClassName
{
color: #5092C8;
}
.AnyTagClassName
{
color: #5092C8;
}
</style>
background-color css
<style>
a { background-color: #5092C8; }
a { background-color: rgb(80,146,200); }
div.DivClassName
{
background-color: #5092C8;
}
.BgClassName
{
background-color: #5092C8;
}
</style>
border-color css
<style>
span { border-color: #5092C8; }
span { border-color: rgb(80,146,200); }
td.TdClassName
{
border-color: #5092C8;
}
.TagClassName
{
border-color: #5092C8;
}
</style>