Html Css Color HEX #528DBB Danube

📋 copy color: '#528DBB'

red 82 ◦ green 141 ◦ blue 187

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

Shades of Danube #528DBB

Tints of Danube #528DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 20%
G = 34.39%
B = 45.61%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#528DBB (or 0x528DBB) is known color: Danube. HEX triplet: 52, 8D and BB. RGB value is (82,141,187). Sum of RGB (Red+Green+Blue) = 82+141+187=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #528DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DBB is #AD7244. Grayscale: #808080. Windows color (decimal): -11366981 or 12291410. OLE color: 12291410.

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

Color convert

RGB 82 141 187 -
CMYK 0.56 0.25 0 0.27
HSL 206.29º 0.44% 0.53% -
HSV(B) 206.29º 0.56% 0.73% -
XYZ 21.97 24.43 50.57 -
YUV 128.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 82 141 187 0.56 0.25 0 0.27 206.29 0.44 0.53
Hex 52 8D BB 38 19 0 1B CE 2C 35
Octal 122 215 273 70 31 0 33 316 54 65
Binary 1010010 10001101 10111011 111000 11001 0 11011 11001110 101100 110101

Color Harmonies of #528DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DBB

Black with #528DBB

Text Example


Text Example

White with #528DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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