#528ABA

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

Shades of Danube #528ABA

Tints of Danube #528ABA

Color information

#528ABA (or 0x528ABA) is unknown color: approx Danube. HEX triplet: 52, 8A and BA. RGB value is (82,138,186). Sum of RGB (Red+Green+Blue) = 82+138+186=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #528ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ABA is #AD7545. Grayscale: #7E7E7E. Windows color (decimal): -11367750 or 12225106. OLE color: 12225106.

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

Color convert

RGB82138186-
CMYK0.560.2600.27
HSL207.69º42.98%52.55%-
HSV(B)207.69º55.91%72.94%-
XYZ21.4323.5249.86-
YUV126.73161.4596.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.20%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=20.20%
G=33.99%
B=45.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821381860.560.2600.27207.6942.9852.55
Hex528ABA381A01Bd02b35
Octal12221227270320333205365
Binary101001010001010101110101110001101001101111010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,138,186); }

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

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

 a { background-color: rgb(82,138,186); }

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

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

 span { border-color: rgb(82,138,186); }

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