Html Css Color HEX #528ECC Danube

📋 copy color: '#528ECC'

red 82 ◦ green 142 ◦ blue 204

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

Shades of Danube #528ECC

Tints of Danube #528ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 19.16%
G = 33.18%
B = 47.66%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#528ECC (or 0x528ECC) is known color: Danube. HEX triplet: 52, 8E and CC. RGB value is (82,142,204). Sum of RGB (Red+Green+Blue) = 82+142+204=428 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.16% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #528ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ECC is #AD7133. Grayscale: #828282. Windows color (decimal): -11366708 or 13405778. OLE color: 13405778.

HSL color Cylindrical-coordinate representation of color #528ECC: hue angle of 210.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528ECC is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 142 204 -
CMYK 0.60 0.30 0 0.2
HSL 210.49º 0.54% 0.56% -
HSV(B) 210.49º 0.6% 0.8% -
XYZ 24.05 25.5 60.78 -
YUV 131.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 82 142 204 0.60 0.30 0 0.2 210.49 0.54 0.56
Hex 52 8E CC 3C 1E 0 14 D2 36 38
Octal 122 216 314 74 36 0 24 322 66 70
Binary 1010010 10001110 11001100 111100 11110 0 10100 11010010 110110 111000

Color Harmonies of #528ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ECC

Black with #528ECC

Text Example


Text Example

White with #528ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,142,204); }

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

background-color css

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

 a { background-color: rgb(82,142,204); }

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

border-color css

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

 span { border-color: rgb(82,142,204); }

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