Shades of Danube #528CBA
Tints of Danube #528CBA
RGB
CMYK
RGB Variations
Color information
#528CBA (or 0x528CBA) is known color: Danube. HEX triplet: 52, 8C and BA. RGB value is (82,140,186). Sum of RGB (Red+Green+Blue) = 82+140+186=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #528CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBA is #AD7345. Grayscale: #7F7F7F. Windows color (decimal): -11367238 or 12225618. OLE color: 12225618.
HSL color Cylindrical-coordinate representation of color #528CBA: hue angle of 206.54º 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 #528CBA is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 140 | 186 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.27 |
| HSL | 206.54º | 0.43% | 0.53% | - |
| HSV(B) | 206.54º | 0.56% | 0.73% | - |
| XYZ | 21.72 | 24.1 | 49.96 | - |
| YUV | 127.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 186 | 0.56 | 0.25 | 0 | 0.27 | 206.54 | 0.43 | 0.53 |
| Hex | 52 | 8C | BA | 38 | 19 | 0 | 1B | CF | 2B | 35 |
| Octal | 122 | 214 | 272 | 70 | 31 | 0 | 33 | 317 | 53 | 65 |
| Binary | 1010010 | 10001100 | 10111010 | 111000 | 11001 | 0 | 11011 | 11001111 | 101011 | 110101 |
Color Harmonies of #528CBA
Complementary color
Monochromatic Colors of #528CBA
Black with #528CBA
Text Example
Text Example
White with #528CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CBA; }
p { color: rgb(82,140,186); }
H1.HeaderClassName
{
color: #528CBA;
}
.AnyTagClassName
{
color: #528CBA;
}
</style>
background-color css
<style>
a { background-color: #528CBA; }
a { background-color: rgb(82,140,186); }
div.DivClassName
{
background-color: #528CBA;
}
.BgClassName
{
background-color: #528CBA;
}
</style>
border-color css
<style>
span { border-color: #528CBA; }
span { border-color: rgb(82,140,186); }
td.TdClassName
{
border-color: #528CBA;
}
.TagClassName
{
border-color: #528CBA;
}
</style>