Html Css Color HEX #528ECA Danube

📋 copy color: '#528ECA'

red 82 ◦ green 142 ◦ blue 202

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

Shades of Danube #528ECA

Tints of Danube #528ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 19.25%
G = 33.33%
B = 47.42%

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

#528ECA (or 0x528ECA) is known color: Danube. HEX triplet: 52, 8E and CA. RGB value is (82,142,202). Sum of RGB (Red+Green+Blue) = 82+142+202=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #528ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ECA is #AD7135. Grayscale: #828282. Windows color (decimal): -11366710 or 13274706. OLE color: 13274706.

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

Color convert

RGB 82 142 202 -
CMYK 0.59 0.30 0 0.21
HSL 210º 0.53% 0.56% -
HSV(B) 210º 0.59% 0.79% -
XYZ 23.81 25.4 59.53 -
YUV 130.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 82 142 202 0.59 0.30 0 0.21 210 0.53 0.56
Hex 52 8E CA 3B 1E 0 15 D2 35 38
Octal 122 216 312 73 36 0 25 322 65 70
Binary 1010010 10001110 11001010 111011 11110 0 10101 11010010 110101 111000

Color Harmonies of #528ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ECA

Black with #528ECA

Text Example


Text Example

White with #528ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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