Shades of Danube #528BBB
Tints of Danube #528BBB
RGB
CMYK
RGB Variations
Color information
#528BBB (or 0x528BBB) is known color: Danube. HEX triplet: 52, 8B and BB. RGB value is (82,139,187). Sum of RGB (Red+Green+Blue) = 82+139+187=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #528BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BBB is #AD7444. Grayscale: #7F7F7F. Windows color (decimal): -11367493 or 12290898. OLE color: 12290898.
HSL color Cylindrical-coordinate representation of color #528BBB: hue angle of 207.43º degrees, saturation: 0.44, 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 #528BBB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 139 | 187 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.27 |
| HSL | 207.43º | 0.44% | 0.53% | - |
| HSV(B) | 207.43º | 0.56% | 0.73% | - |
| XYZ | 21.68 | 23.85 | 50.47 | - |
| YUV | 127.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 187 | 0.56 | 0.26 | 0 | 0.27 | 207.43 | 0.44 | 0.53 |
| Hex | 52 | 8B | BB | 38 | 1A | 0 | 1B | CF | 2C | 35 |
| Octal | 122 | 213 | 273 | 70 | 32 | 0 | 33 | 317 | 54 | 65 |
| Binary | 1010010 | 10001011 | 10111011 | 111000 | 11010 | 0 | 11011 | 11001111 | 101100 | 110101 |
Color Harmonies of #528BBB
Complementary color
Monochromatic Colors of #528BBB
Black with #528BBB
Text Example
Text Example
White with #528BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BBB; }
p { color: rgb(82,139,187); }
H1.HeaderClassName
{
color: #528BBB;
}
.AnyTagClassName
{
color: #528BBB;
}
</style>
background-color css
<style>
a { background-color: #528BBB; }
a { background-color: rgb(82,139,187); }
div.DivClassName
{
background-color: #528BBB;
}
.BgClassName
{
background-color: #528BBB;
}
</style>
border-color css
<style>
span { border-color: #528BBB; }
span { border-color: rgb(82,139,187); }
td.TdClassName
{
border-color: #528BBB;
}
.TagClassName
{
border-color: #528BBB;
}
</style>