#528FD1

Color #528FD1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #528FD1

Tints of Danube #528FD1

Color information

#528FD1 (or 0x528FD1) is unknown color: approx Danube. HEX triplet: 52, 8F and D1. RGB value is (82,143,209). Sum of RGB (Red+Green+Blue) = 82+143+209=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #528FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FD1 is #AD702E. Grayscale: #838383. Windows color (decimal): -11366447 or 13733714. OLE color: 13733714.

HSL color Cylindrical-coordinate representation of color #528FD1: hue angle of 211.18º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528FD1 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82143209-
CMYK0.610.3200.18
HSL211.18º57.99%57.06%-
HSV(B)211.18º60.77%81.96%-
XYZ24.8126.0464.04-
YUV132.28171.2992.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 18.89%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=18.89%
G=32.95%
B=48.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal821432090.610.3200.18211.1857.9957.06
Hex528FD13D20012d33a39
Octal12221732175400223237271
Binary1010010100011111101000111110110000001001011010011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528FD1; }

 p { color: rgb(82,143,209); }

 H1.HeaderClassName
 {
   color: #528FD1;
 }
 .AnyTagClassName
 {
   color: #528FD1;
 }
</style>
background-color css

<style>
 a { background-color: #528FD1; }

 a { background-color: rgb(82,143,209); }

 div.DivClassName
 {
   background-color: #528FD1;
 }
 .BgClassName
 {
   background-color: #528FD1;
 }
</style>
border-color css

<style>
 span { border-color: #528FD1; }

 span { border-color: rgb(82,143,209); }

 td.TdClassName
 {
   border-color: #528FD1;
 }
 .TagClassName
 {
   border-color: #528FD1;
 }
</style>