Shades of Danube #528BBA
Tints of Danube #528BBA
RGB
CMYK
RGB Variations
Color information
#528BBA (or 0x528BBA) is known color: Danube. HEX triplet: 52, 8B and BA. RGB value is (82,139,186). Sum of RGB (Red+Green+Blue) = 82+139+186=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #528BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BBA is #AD7445. Grayscale: #7F7F7F. Windows color (decimal): -11367494 or 12225362. OLE color: 12225362.
HSL color Cylindrical-coordinate representation of color #528BBA: hue angle of 207.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528BBA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 139 | 186 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.27 |
| HSL | 207.12º | 0.43% | 0.53% | - |
| HSV(B) | 207.12º | 0.56% | 0.73% | - |
| XYZ | 21.58 | 23.8 | 49.91 | - |
| YUV | 127.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 186 | 0.56 | 0.25 | 0 | 0.27 | 207.12 | 0.43 | 0.53 |
| Hex | 52 | 8B | BA | 38 | 19 | 0 | 1B | CF | 2B | 35 |
| Octal | 122 | 213 | 272 | 70 | 31 | 0 | 33 | 317 | 53 | 65 |
| Binary | 1010010 | 10001011 | 10111010 | 111000 | 11001 | 0 | 11011 | 11001111 | 101011 | 110101 |
Color Harmonies of #528BBA
Complementary color
Monochromatic Colors of #528BBA
Black with #528BBA
Text Example
Text Example
White with #528BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BBA; }
p { color: rgb(82,139,186); }
H1.HeaderClassName
{
color: #528BBA;
}
.AnyTagClassName
{
color: #528BBA;
}
</style>
background-color css
<style>
a { background-color: #528BBA; }
a { background-color: rgb(82,139,186); }
div.DivClassName
{
background-color: #528BBA;
}
.BgClassName
{
background-color: #528BBA;
}
</style>
border-color css
<style>
span { border-color: #528BBA; }
span { border-color: rgb(82,139,186); }
td.TdClassName
{
border-color: #528BBA;
}
.TagClassName
{
border-color: #528BBA;
}
</style>