Html Css Color HEX #528ABE Danube

📋 copy color: '#528ABE'

red 82 ◦ green 138 ◦ blue 190

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

Shades of Danube #528ABE

Tints of Danube #528ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 20%
G = 33.66%
B = 46.34%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#528ABE (or 0x528ABE) is known color: Danube. HEX triplet: 52, 8A and BE. RGB value is (82,138,190). Sum of RGB (Red+Green+Blue) = 82+138+190=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #528ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ABE is #AD7541. Grayscale: #7E7E7E. Windows color (decimal): -11367746 or 12487250. OLE color: 12487250.

HSL color Cylindrical-coordinate representation of color #528ABE: hue angle of 208.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #528ABE is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 138 190 -
CMYK 0.57 0.27 0 0.25
HSL 208.89º 0.45% 0.53% -
HSV(B) 208.89º 0.57% 0.75% -
XYZ 21.86 23.69 52.14 -
YUV 127.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 82 138 190 0.57 0.27 0 0.25 208.89 0.45 0.53
Hex 52 8A BE 39 1B 0 19 D1 2D 35
Octal 122 212 276 71 33 0 31 321 55 65
Binary 1010010 10001010 10111110 111001 11011 0 11001 11010001 101101 110101

Color Harmonies of #528ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ABE

Black with #528ABE

Text Example


Text Example

White with #528ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,138,190); }

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

background-color css

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

 a { background-color: rgb(82,138,190); }

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

border-color css

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

 span { border-color: rgb(82,138,190); }

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