Html Css Color HEX #528CC6 Danube

📋 copy color: '#528CC6'

red 82 ◦ green 140 ◦ blue 198

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

Shades of Danube #528CC6

Tints of Danube #528CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

 BLUE value IS 198 (77.73% from 255) = 47.14%

R = 19.52%
G = 33.33%
B = 47.14%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#528CC6 (or 0x528CC6) is known color: Danube. HEX triplet: 52, 8C and C6. RGB value is (82,140,198). Sum of RGB (Red+Green+Blue) = 82+140+198=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #528CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CC6 is #AD7339. Grayscale: #808080. Windows color (decimal): -11367226 or 13012050. OLE color: 13012050.

HSL color Cylindrical-coordinate representation of color #528CC6: hue angle of 210º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528CC6 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 140 198 -
CMYK 0.59 0.29 0 0.22
HSL 210º 0.5% 0.55% -
HSV(B) 210º 0.59% 0.78% -
XYZ 23.05 24.63 56.96 -
YUV 129.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 82 140 198 0.59 0.29 0 0.22 210 0.5 0.55
Hex 52 8C C6 3B 1D 0 16 D2 32 37
Octal 122 214 306 73 35 0 26 322 62 67
Binary 1010010 10001100 11000110 111011 11101 0 10110 11010010 110010 110111

Color Harmonies of #528CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CC6

Black with #528CC6

Text Example


Text Example

White with #528CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,198); }

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

background-color css

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

 a { background-color: rgb(82,140,198); }

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

border-color css

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

 span { border-color: rgb(82,140,198); }

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