Html Css Color HEX #528DAB Air Force Blue

📋 copy color: '#528DAB'

red 82 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #528DAB

Tints of Air Force Blue #528DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 20.81%
G = 35.79%
B = 43.4%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#528DAB (or 0x528DAB) is known color: Air Force Blue. HEX triplet: 52, 8D and AB. RGB value is (82,141,171). Sum of RGB (Red+Green+Blue) = 82+141+171=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #528DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528DAB is #AD7254. Grayscale: #7E7E7E. Windows color (decimal): -11366997 or 11242834. OLE color: 11242834.

HSL color Cylindrical-coordinate representation of color #528DAB: hue angle of 200.22º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528DAB is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 141 171 -
CMYK 0.52 0.18 0 0.33
HSL 200.22º 0.35% 0.5% -
HSV(B) 200.22º 0.52% 0.67% -
XYZ 20.36 23.78 42.05 -
YUV 126.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 82 141 171 0.52 0.18 0 0.33 200.22 0.35 0.5
Hex 52 8D AB 34 12 0 21 C8 23 32
Octal 122 215 253 64 22 0 41 310 43 62
Binary 1010010 10001101 10101011 110100 10010 0 100001 11001000 100011 110010

Color Harmonies of #528DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DAB

Black with #528DAB

Text Example


Text Example

White with #528DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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