Html Css Color HEX #528DAE Air Force Blue

📋 copy color: '#528DAE'

red 82 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #528DAE

Tints of Air Force Blue #528DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 20.65%
G = 35.52%
B = 43.83%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#528DAE (or 0x528DAE) is known color: Air Force Blue. HEX triplet: 52, 8D and AE. RGB value is (82,141,174). Sum of RGB (Red+Green+Blue) = 82+141+174=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #528DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DAE is #AD7251. Grayscale: #7E7E7E. Windows color (decimal): -11366994 or 11439442. OLE color: 11439442.

HSL color Cylindrical-coordinate representation of color #528DAE: hue angle of 201.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528DAE is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 141 174 -
CMYK 0.53 0.19 0 0.32
HSL 201.52º 0.36% 0.5% -
HSV(B) 201.52º 0.53% 0.68% -
XYZ 20.64 23.9 43.57 -
YUV 127.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 82 141 174 0.53 0.19 0 0.32 201.52 0.36 0.5
Hex 52 8D AE 35 13 0 20 CA 24 32
Octal 122 215 256 65 23 0 40 312 44 62
Binary 1010010 10001101 10101110 110101 10011 0 100000 11001010 100100 110010

Color Harmonies of #528DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DAE

Black with #528DAE

Text Example


Text Example

White with #528DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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