#528FBA

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

Shades of Danube #528FBA

Tints of Danube #528FBA

Color information

#528FBA (or 0x528FBA) is unknown color: approx Danube. HEX triplet: 52, 8F and BA. RGB value is (82,143,186). Sum of RGB (Red+Green+Blue) = 82+143+186=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #528FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FBA is #AD7045. Grayscale: #818181. Windows color (decimal): -11366470 or 12226386. OLE color: 12226386.

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

Color convert

RGB82143186-
CMYK0.560.2300.27
HSL204.81º42.98%52.55%-
HSV(B)204.81º55.91%72.94%-
XYZ22.1724.9850.11-
YUV129.66159.7994-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 143 (56.25% from 255) = 34.79%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=19.95%
G=34.79%
B=45.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821431860.560.2300.27204.8142.9852.55
Hex528FBA381701Bcd2b35
Octal12221727270270333155365
Binary101001010001111101110101110001011101101111001101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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