Shades of Danube #518FBE
Tints of Danube #518FBE
RGB
CMYK
RGB Variations
Color information
#518FBE (or 0x518FBE) is known color: Danube. HEX triplet: 51, 8F and BE. RGB value is (81,143,190). Sum of RGB (Red+Green+Blue) = 81+143+190=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #518FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FBE is #AE7041. Grayscale: #818181. Windows color (decimal): -11432002 or 12488529. OLE color: 12488529.
HSL color Cylindrical-coordinate representation of color #518FBE: hue angle of 205.87º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518FBE is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 143 | 190 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.25 |
| HSL | 205.87º | 0.46% | 0.53% | - |
| HSV(B) | 205.87º | 0.57% | 0.75% | - |
| XYZ | 22.51 | 25.11 | 52.38 | - |
| YUV | 129.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 143 | 190 | 0.57 | 0.25 | 0 | 0.25 | 205.87 | 0.46 | 0.53 |
| Hex | 51 | 8F | BE | 39 | 19 | 0 | 19 | CE | 2E | 35 |
| Octal | 121 | 217 | 276 | 71 | 31 | 0 | 31 | 316 | 56 | 65 |
| Binary | 1010001 | 10001111 | 10111110 | 111001 | 11001 | 0 | 11001 | 11001110 | 101110 | 110101 |
Color Harmonies of #518FBE
Complementary color
Monochromatic Colors of #518FBE
Black with #518FBE
Text Example
Text Example
White with #518FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518FBE; }
p { color: rgb(81,143,190); }
H1.HeaderClassName
{
color: #518FBE;
}
.AnyTagClassName
{
color: #518FBE;
}
</style>
background-color css
<style>
a { background-color: #518FBE; }
a { background-color: rgb(81,143,190); }
div.DivClassName
{
background-color: #518FBE;
}
.BgClassName
{
background-color: #518FBE;
}
</style>
border-color css
<style>
span { border-color: #518FBE; }
span { border-color: rgb(81,143,190); }
td.TdClassName
{
border-color: #518FBE;
}
.TagClassName
{
border-color: #518FBE;
}
</style>