Shades of Danube #528BBE
Tints of Danube #528BBE
RGB
CMYK
RGB Variations
Color information
#528BBE (or 0x528BBE) is known color: Danube. HEX triplet: 52, 8B and BE. RGB value is (82,139,190). Sum of RGB (Red+Green+Blue) = 82+139+190=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #528BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BBE is #AD7441. Grayscale: #7F7F7F. Windows color (decimal): -11367490 or 12487506. OLE color: 12487506.
HSL color Cylindrical-coordinate representation of color #528BBE: hue angle of 208.33º degrees, saturation: 0.45, 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 #528BBE is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 139 | 190 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.25 |
| HSL | 208.33º | 0.45% | 0.53% | - |
| HSV(B) | 208.33º | 0.57% | 0.75% | - |
| XYZ | 22.01 | 23.98 | 52.18 | - |
| YUV | 127.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 190 | 0.57 | 0.27 | 0 | 0.25 | 208.33 | 0.45 | 0.53 |
| Hex | 52 | 8B | BE | 39 | 1B | 0 | 19 | D0 | 2D | 35 |
| Octal | 122 | 213 | 276 | 71 | 33 | 0 | 31 | 320 | 55 | 65 |
| Binary | 1010010 | 10001011 | 10111110 | 111001 | 11011 | 0 | 11001 | 11010000 | 101101 | 110101 |
Color Harmonies of #528BBE
Complementary color
Monochromatic Colors of #528BBE
Black with #528BBE
Text Example
Text Example
White with #528BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BBE; }
p { color: rgb(82,139,190); }
H1.HeaderClassName
{
color: #528BBE;
}
.AnyTagClassName
{
color: #528BBE;
}
</style>
background-color css
<style>
a { background-color: #528BBE; }
a { background-color: rgb(82,139,190); }
div.DivClassName
{
background-color: #528BBE;
}
.BgClassName
{
background-color: #528BBE;
}
</style>
border-color css
<style>
span { border-color: #528BBE; }
span { border-color: rgb(82,139,190); }
td.TdClassName
{
border-color: #528BBE;
}
.TagClassName
{
border-color: #528BBE;
}
</style>