Html Css Color HEX #528DA6 Air Force Blue

📋 copy color: '#528DA6'

red 82 ◦ green 141 ◦ blue 166

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

Shades of Air Force Blue #528DA6

Tints of Air Force Blue #528DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 21.08%
G = 36.25%
B = 42.67%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#528DA6 (or 0x528DA6) is known color: Air Force Blue. HEX triplet: 52, 8D and A6. RGB value is (82,141,166). Sum of RGB (Red+Green+Blue) = 82+141+166=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 166 - color contains mainly: blue. Hex color #528DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DA6 is #AD7259. Grayscale: #7E7E7E. Windows color (decimal): -11367002 or 10915154. OLE color: 10915154.

HSL color Cylindrical-coordinate representation of color #528DA6: hue angle of 197.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #528DA6 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 141 166 -
CMYK 0.51 0.15 0 0.35
HSL 197.86º 0.34% 0.49% -
HSV(B) 197.86º 0.51% 0.65% -
XYZ 19.89 23.6 39.58 -
YUV 126.21 150.45 96.47 -
System Red Green Blue C M Y K H S L
Decimal 82 141 166 0.51 0.15 0 0.35 197.86 0.34 0.49
Hex 52 8D A6 33 F 0 23 C6 22 31
Octal 122 215 246 63 17 0 43 306 42 61
Binary 1010010 10001101 10100110 110011 1111 0 100011 11000110 100010 110001

Color Harmonies of #528DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DA6

Black with #528DA6

Text Example


Text Example

White with #528DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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