#528EBB

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

Shades of Danube #528EBB

Tints of Danube #528EBB

Color information

#528EBB (or 0x528EBB) is unknown color: approx Danube. HEX triplet: 52, 8E and BB. RGB value is (82,142,187). Sum of RGB (Red+Green+Blue) = 82+142+187=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #528EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EBB is #AD7144. Grayscale: #808080. Windows color (decimal): -11366725 or 12291666. OLE color: 12291666.

HSL color Cylindrical-coordinate representation of color #528EBB: hue angle of 205.71º 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 #528EBB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82142187-
CMYK0.560.2400.27
HSL205.71º43.57%52.75%-
HSV(B)205.71º56.15%73.33%-
XYZ22.1224.7350.62-
YUV129.19160.6294.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=19.95%
G=34.55%
B=45.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821421870.560.2400.27205.7143.5752.75
Hex528EBB381801Bce2c35
Octal12221627370300333165465
Binary101001010001110101110111110001100001101111001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,142,187); }

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

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

 a { background-color: rgb(82,142,187); }

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

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

 span { border-color: rgb(82,142,187); }

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