#528BC0

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

Shades of Danube #528BC0

Tints of Danube #528BC0

Color information

#528BC0 (or 0x528BC0) is unknown color: approx Danube. HEX triplet: 52, 8B and C0. RGB value is (82,139,192). Sum of RGB (Red+Green+Blue) = 82+139+192=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #528BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BC0 is #AD743F. Grayscale: #7F7F7F. Windows color (decimal): -11367488 or 12618578. OLE color: 12618578.

HSL color Cylindrical-coordinate representation of color #528BC0: hue angle of 208.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528BC0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82139192-
CMYK0.570.2800.25
HSL208.91º46.61%53.73%-
HSV(B)208.91º57.29%75.29%-
XYZ22.2324.0653.34-
YUV128164.1295.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=19.85%
G=33.66%
B=46.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821391920.570.2800.25208.9146.6153.73
Hex528BC0391C019d12f36
Octal12221330071340313215766
Binary101001010001011110000001110011110001100111010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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