Html Css Color HEX #528DCC Danube

📋 copy color: '#528DCC'

red 82 ◦ green 141 ◦ blue 204

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

Shades of Danube #528DCC

Tints of Danube #528DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 19.2%
G = 33.02%
B = 47.78%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#528DCC (or 0x528DCC) is known color: Danube. HEX triplet: 52, 8D and CC. RGB value is (82,141,204). Sum of RGB (Red+Green+Blue) = 82+141+204=427 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.20% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #528DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DCC is #AD7233. Grayscale: #828282. Windows color (decimal): -11366964 or 13405522. OLE color: 13405522.

HSL color Cylindrical-coordinate representation of color #528DCC: hue angle of 210.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528DCC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 141 204 -
CMYK 0.60 0.31 0 0.2
HSL 210.98º 0.54% 0.56% -
HSV(B) 210.98º 0.6% 0.8% -
XYZ 23.9 25.2 60.73 -
YUV 130.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 82 141 204 0.60 0.31 0 0.2 210.98 0.54 0.56
Hex 52 8D CC 3C 1F 0 14 D3 36 38
Octal 122 215 314 74 37 0 24 323 66 70
Binary 1010010 10001101 11001100 111100 11111 0 10100 11010011 110110 111000

Color Harmonies of #528DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DCC

Black with #528DCC

Text Example


Text Example

White with #528DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,141,204); }

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

background-color css

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

 a { background-color: rgb(82,141,204); }

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

border-color css

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

 span { border-color: rgb(82,141,204); }

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