Html Css Color HEX #528CB9 Danube

📋 copy color: '#528CB9'

red 82 ◦ green 140 ◦ blue 185

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

Shades of Danube #528CB9

Tints of Danube #528CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.45%

R = 20.15%
G = 34.4%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#528CB9 (or 0x528CB9) is known color: Danube. HEX triplet: 52, 8C and B9. RGB value is (82,140,185). Sum of RGB (Red+Green+Blue) = 82+140+185=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #528CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CB9 is #AD7346. Grayscale: #7F7F7F. Windows color (decimal): -11367239 or 12160082. OLE color: 12160082.

HSL color Cylindrical-coordinate representation of color #528CB9: hue angle of 206.21º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528CB9 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 140 185 -
CMYK 0.56 0.24 0 0.27
HSL 206.21º 0.42% 0.52% -
HSV(B) 206.21º 0.56% 0.73% -
XYZ 21.61 24.05 49.4 -
YUV 127.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 82 140 185 0.56 0.24 0 0.27 206.21 0.42 0.52
Hex 52 8C B9 38 18 0 1B CE 2A 34
Octal 122 214 271 70 30 0 33 316 52 64
Binary 1010010 10001100 10111001 111000 11000 0 11011 11001110 101010 110100

Color Harmonies of #528CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CB9

Black with #528CB9

Text Example


Text Example

White with #528CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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