Html Css Color HEX #528CBE Danube

📋 copy color: '#528CBE'

red 82 ◦ green 140 ◦ blue 190

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

Shades of Danube #528CBE

Tints of Danube #528CBE

RGB

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

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

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

R = 19.9%
G = 33.98%
B = 46.12%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#528CBE (or 0x528CBE) is known color: Danube. HEX triplet: 52, 8C and BE. RGB value is (82,140,190). Sum of RGB (Red+Green+Blue) = 82+140+190=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #528CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CBE is #AD7341. Grayscale: #808080. Windows color (decimal): -11367234 or 12487762. OLE color: 12487762.

HSL color Cylindrical-coordinate representation of color #528CBE: hue angle of 207.78º 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 #528CBE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 140 190 -
CMYK 0.57 0.26 0 0.25
HSL 207.78º 0.45% 0.53% -
HSV(B) 207.78º 0.57% 0.75% -
XYZ 22.15 24.27 52.23 -
YUV 128.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 82 140 190 0.57 0.26 0 0.25 207.78 0.45 0.53
Hex 52 8C BE 39 1A 0 19 D0 2D 35
Octal 122 214 276 71 32 0 31 320 55 65
Binary 1010010 10001100 10111110 111001 11010 0 11001 11010000 101101 110101

Color Harmonies of #528CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CBE

Black with #528CBE

Text Example


Text Example

White with #528CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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