Shades of Danube #528EBA
Tints of Danube #528EBA
RGB
CMYK
RGB Variations
Color information
#528EBA (or 0x528EBA) is known color: Danube. HEX triplet: 52, 8E and BA. RGB value is (82,142,186). Sum of RGB (Red+Green+Blue) = 82+142+186=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #528EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EBA is #AD7145. Grayscale: #808080. Windows color (decimal): -11366726 or 12226130. OLE color: 12226130.
HSL color Cylindrical-coordinate representation of color #528EBA: hue angle of 205.38º 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 #528EBA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 142 | 186 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.27 |
| HSL | 205.38º | 0.43% | 0.53% | - |
| HSV(B) | 205.38º | 0.56% | 0.73% | - |
| XYZ | 22.02 | 24.69 | 50.06 | - |
| YUV | 129.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 186 | 0.56 | 0.24 | 0 | 0.27 | 205.38 | 0.43 | 0.53 |
| Hex | 52 | 8E | BA | 38 | 18 | 0 | 1B | CD | 2B | 35 |
| Octal | 122 | 216 | 272 | 70 | 30 | 0 | 33 | 315 | 53 | 65 |
| Binary | 1010010 | 10001110 | 10111010 | 111000 | 11000 | 0 | 11011 | 11001101 | 101011 | 110101 |
Color Harmonies of #528EBA
Complementary color
Monochromatic Colors of #528EBA
Black with #528EBA
Text Example
Text Example
White with #528EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EBA; }
p { color: rgb(82,142,186); }
H1.HeaderClassName
{
color: #528EBA;
}
.AnyTagClassName
{
color: #528EBA;
}
</style>
background-color css
<style>
a { background-color: #528EBA; }
a { background-color: rgb(82,142,186); }
div.DivClassName
{
background-color: #528EBA;
}
.BgClassName
{
background-color: #528EBA;
}
</style>
border-color css
<style>
span { border-color: #528EBA; }
span { border-color: rgb(82,142,186); }
td.TdClassName
{
border-color: #528EBA;
}
.TagClassName
{
border-color: #528EBA;
}
</style>