Html Css Color HEX #528ED0 Danube

📋 copy color: '#528ED0'

red 82 ◦ green 142 ◦ blue 208

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

Shades of Danube #528ED0

Tints of Danube #528ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.15%

R = 18.98%
G = 32.87%
B = 48.15%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#528ED0 (or 0x528ED0) is known color: Danube. HEX triplet: 52, 8E and D0. RGB value is (82,142,208). Sum of RGB (Red+Green+Blue) = 82+142+208=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #528ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ED0 is #AD712F. Grayscale: #838383. Windows color (decimal): -11366704 or 13667922. OLE color: 13667922.

HSL color Cylindrical-coordinate representation of color #528ED0: hue angle of 211.43º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #528ED0 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 142 208 -
CMYK 0.61 0.32 0 0.18
HSL 211.43º 0.57% 0.57% -
HSV(B) 211.43º 0.61% 0.82% -
XYZ 24.54 25.69 63.34 -
YUV 131.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 82 142 208 0.61 0.32 0 0.18 211.43 0.57 0.57
Hex 52 8E D0 3D 20 0 12 D3 39 39
Octal 122 216 320 75 40 0 22 323 71 71
Binary 1010010 10001110 11010000 111101 100000 0 10010 11010011 111001 111001

Color Harmonies of #528ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ED0

Black with #528ED0

Text Example


Text Example

White with #528ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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