Shades of Danube #528CC1
Tints of Danube #528CC1
RGB
CMYK
RGB Variations
Color information
#528CC1 (or 0x528CC1) is known color: Danube. HEX triplet: 52, 8C and C1. RGB value is (82,140,193). Sum of RGB (Red+Green+Blue) = 82+140+193=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 193 (75.78% from 255 or 46.51% from 415); Max value from RGB is 193 - color contains mainly: blue. Hex color #528CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CC1 is #AD733E. Grayscale: #808080. Windows color (decimal): -11367231 or 12684370. OLE color: 12684370.
HSL color Cylindrical-coordinate representation of color #528CC1: hue angle of 208.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528CC1 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 140 | 193 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.24 |
| HSL | 208.65º | 0.47% | 0.54% | - |
| HSV(B) | 208.65º | 0.58% | 0.76% | - |
| XYZ | 22.48 | 24.4 | 53.98 | - |
| YUV | 128.7 | 164.28 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 193 | 0.58 | 0.27 | 0 | 0.24 | 208.65 | 0.47 | 0.54 |
| Hex | 52 | 8C | C1 | 3A | 1B | 0 | 18 | D1 | 2F | 36 |
| Octal | 122 | 214 | 301 | 72 | 33 | 0 | 30 | 321 | 57 | 66 |
| Binary | 1010010 | 10001100 | 11000001 | 111010 | 11011 | 0 | 11000 | 11010001 | 101111 | 110110 |
Color Harmonies of #528CC1
Complementary color
Monochromatic Colors of #528CC1
Black with #528CC1
Text Example
Text Example
White with #528CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CC1; }
p { color: rgb(82,140,193); }
H1.HeaderClassName
{
color: #528CC1;
}
.AnyTagClassName
{
color: #528CC1;
}
</style>
background-color css
<style>
a { background-color: #528CC1; }
a { background-color: rgb(82,140,193); }
div.DivClassName
{
background-color: #528CC1;
}
.BgClassName
{
background-color: #528CC1;
}
</style>
border-color css
<style>
span { border-color: #528CC1; }
span { border-color: rgb(82,140,193); }
td.TdClassName
{
border-color: #528CC1;
}
.TagClassName
{
border-color: #528CC1;
}
</style>