Html Css Color HEX #528ABC Danube

📋 copy color: '#528ABC'

red 82 ◦ green 138 ◦ blue 188

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

Shades of Danube #528ABC

Tints of Danube #528ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 20.1%
G = 33.82%
B = 46.08%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#528ABC (or 0x528ABC) is known color: Danube. HEX triplet: 52, 8A and BC. RGB value is (82,138,188). Sum of RGB (Red+Green+Blue) = 82+138+188=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #528ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ABC is #AD7543. Grayscale: #7E7E7E. Windows color (decimal): -11367748 or 12356178. OLE color: 12356178.

HSL color Cylindrical-coordinate representation of color #528ABC: hue angle of 208.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #528ABC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 138 188 -
CMYK 0.56 0.27 0 0.26
HSL 208.3º 0.44% 0.53% -
HSV(B) 208.3º 0.56% 0.74% -
XYZ 21.65 23.6 50.99 -
YUV 126.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 82 138 188 0.56 0.27 0 0.26 208.3 0.44 0.53
Hex 52 8A BC 38 1B 0 1A D0 2C 35
Octal 122 212 274 70 33 0 32 320 54 65
Binary 1010010 10001010 10111100 111000 11011 0 11010 11010000 101100 110101

Color Harmonies of #528ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528ABC

Black with #528ABC

Text Example


Text Example

White with #528ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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