#528CBF

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

Shades of Danube #528CBF

Tints of Danube #528CBF

Color information

#528CBF (or 0x528CBF) is unknown color: approx Danube. HEX triplet: 52, 8C and BF. RGB value is (82,140,191). Sum of RGB (Red+Green+Blue) = 82+140+191=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #528CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBF is #AD7340. Grayscale: #808080. Windows color (decimal): -11367233 or 12553298. OLE color: 12553298.

HSL color Cylindrical-coordinate representation of color #528CBF: hue angle of 208.07º degrees, saturation: 0.46, 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 #528CBF is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82140191-
CMYK0.570.2700.25
HSL208.07º45.99%53.53%-
HSV(B)208.07º57.07%74.9%-
XYZ22.2624.3152.81-
YUV128.47163.2894.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.85%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 191 (75% from 255) = 46.25%
R=19.85%
G=33.90%
B=46.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821401910.570.2700.25208.0745.9953.53
Hex528CBF391B019d02e36
Octal12221427771330313205666
Binary101001010001100101111111110011101101100111010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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