Html Css Color HEX #528CBB Danube

📋 copy color: '#528CBB'

red 82 ◦ green 140 ◦ blue 187

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

Shades of Danube #528CBB

Tints of Danube #528CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 20.05%
G = 34.23%
B = 45.72%

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

#528CBB (or 0x528CBB) is known color: Danube. HEX triplet: 52, 8C and BB. RGB value is (82,140,187). Sum of RGB (Red+Green+Blue) = 82+140+187=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #528CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBB is #AD7344. Grayscale: #7F7F7F. Windows color (decimal): -11367237 or 12291154. OLE color: 12291154.

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

Color convert

RGB 82 140 187 -
CMYK 0.56 0.25 0 0.27
HSL 206.86º 0.44% 0.53% -
HSV(B) 206.86º 0.56% 0.73% -
XYZ 21.83 24.14 50.52 -
YUV 128.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 82 140 187 0.56 0.25 0 0.27 206.86 0.44 0.53
Hex 52 8C BB 38 19 0 1B CF 2C 35
Octal 122 214 273 70 31 0 33 317 54 65
Binary 1010010 10001100 10111011 111000 11001 0 11011 11001111 101100 110101

Color Harmonies of #528CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CBB

Black with #528CBB

Text Example


Text Example

White with #528CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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