#528BBB

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

Shades of Danube #528BBB

Tints of Danube #528BBB

Color information

#528BBB (or 0x528BBB) is unknown color: approx Danube. HEX triplet: 52, 8B and BB. RGB value is (82,139,187). Sum of RGB (Red+Green+Blue) = 82+139+187=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #528BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BBB is #AD7444. Grayscale: #7F7F7F. Windows color (decimal): -11367493 or 12290898. OLE color: 12290898.

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

Color convert

RGB82139187-
CMYK0.560.2600.27
HSL207.43º43.57%52.75%-
HSV(B)207.43º56.15%73.33%-
XYZ21.6823.8550.47-
YUV127.43161.6295.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.10%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=20.10%
G=34.07%
B=45.83%

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
Decimal821391870.560.2600.27207.4343.5752.75
Hex528BBB381A01Bcf2c35
Octal12221327370320333175465
Binary101001010001011101110111110001101001101111001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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