Html Css Color HEX #528BBD Danube

📋 copy color: '#528BBD'

red 82 ◦ green 139 ◦ blue 189

#528BBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #528BBD

Tints of Danube #528BBD

RGB

 RED value IS 82 (32.42% from 255) = 20%

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 20%
G = 33.9%
B = 46.1%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#528BBD (or 0x528BBD) is known color: Danube. HEX triplet: 52, 8B and BD. RGB value is (82,139,189). Sum of RGB (Red+Green+Blue) = 82+139+189=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #528BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BBD is #AD7442. Grayscale: #7F7F7F. Windows color (decimal): -11367491 or 12421970. OLE color: 12421970.

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

Color convert

RGB 82 139 189 -
CMYK 0.57 0.26 0 0.26
HSL 208.04º 0.45% 0.53% -
HSV(B) 208.04º 0.57% 0.74% -
XYZ 21.9 23.93 51.61 -
YUV 127.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 82 139 189 0.57 0.26 0 0.26 208.04 0.45 0.53
Hex 52 8B BD 39 1A 0 1A D0 2D 35
Octal 122 213 275 71 32 0 32 320 55 65
Binary 1010010 10001011 10111101 111001 11010 0 11010 11010000 101101 110101

Color Harmonies of #528BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528BBD

Black with #528BBD

Text Example


Text Example

White with #528BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #528BBD;
 }
 .AnyTagClassName
 {
   color: #528BBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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