#528CBC

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

Shades of Danube #528CBC

Tints of Danube #528CBC

Color information

#528CBC (or 0x528CBC) is unknown color: approx Danube. HEX triplet: 52, 8C and BC. RGB value is (82,140,188). Sum of RGB (Red+Green+Blue) = 82+140+188=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #528CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBC is #AD7343. Grayscale: #7F7F7F. Windows color (decimal): -11367236 or 12356690. OLE color: 12356690.

HSL color Cylindrical-coordinate representation of color #528CBC: hue angle of 207.17º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528CBC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82140188-
CMYK0.560.2600.26
HSL207.17º44.17%52.94%-
HSV(B)207.17º56.38%73.73%-
XYZ21.9324.1851.09-
YUV128.13161.7895.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=20%
G=34.15%
B=45.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821401880.560.2600.26207.1744.1752.94
Hex528CBC381A01Acf2c35
Octal12221427470320323175465
Binary101001010001100101111001110001101001101011001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,188); }

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

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

 a { background-color: rgb(82,140,188); }

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

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

 span { border-color: rgb(82,140,188); }

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