Html Css Color HEX #528CC9 Danube

📋 copy color: '#528CC9'

red 82 ◦ green 140 ◦ blue 201

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

Shades of Danube #528CC9

Tints of Danube #528CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.52%

R = 19.39%
G = 33.1%
B = 47.52%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#528CC9 (or 0x528CC9) is known color: Danube. HEX triplet: 52, 8C and C9. RGB value is (82,140,201). Sum of RGB (Red+Green+Blue) = 82+140+201=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 201 - color contains mainly: blue. Hex color #528CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CC9 is #AD7336. Grayscale: #818181. Windows color (decimal): -11367223 or 13208658. OLE color: 13208658.

HSL color Cylindrical-coordinate representation of color #528CC9: hue angle of 210.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528CC9 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 140 201 -
CMYK 0.59 0.30 0 0.21
HSL 210.76º 0.52% 0.55% -
HSV(B) 210.76º 0.59% 0.79% -
XYZ 23.4 24.77 58.81 -
YUV 129.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 82 140 201 0.59 0.30 0 0.21 210.76 0.52 0.55
Hex 52 8C C9 3B 1E 0 15 D3 34 37
Octal 122 214 311 73 36 0 25 323 64 67
Binary 1010010 10001100 11001001 111011 11110 0 10101 11010011 110100 110111

Color Harmonies of #528CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CC9

Black with #528CC9

Text Example


Text Example

White with #528CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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