Html Css Color HEX #5290AC Air Force Blue

📋 copy color: '#5290AC'

red 82 ◦ green 144 ◦ blue 172

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

Shades of Air Force Blue #5290AC

Tints of Air Force Blue #5290AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 20.6%
G = 36.18%
B = 43.22%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5290AC (or 0x5290AC) is known color: Air Force Blue. HEX triplet: 52, 90 and AC. RGB value is (82,144,172). Sum of RGB (Red+Green+Blue) = 82+144+172=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #5290AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5290AC is #AD6F53. Grayscale: #808080. Windows color (decimal): -11366228 or 11309138. OLE color: 11309138.

HSL color Cylindrical-coordinate representation of color #5290AC: hue angle of 198.67º 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 #5290AC is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 144 172 -
CMYK 0.52 0.16 0 0.33
HSL 198.67º 0.35% 0.5% -
HSV(B) 198.67º 0.52% 0.67% -
XYZ 20.9 24.72 42.7 -
YUV 128.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 82 144 172 0.52 0.16 0 0.33 198.67 0.35 0.5
Hex 52 90 AC 34 10 0 21 C7 23 32
Octal 122 220 254 64 20 0 41 307 43 62
Binary 1010010 10010000 10101100 110100 10000 0 100001 11000111 100011 110010

Color Harmonies of #5290AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5290AC

Black with #5290AC

Text Example


Text Example

White with #5290AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5290AC; }

 p { color: rgb(82,144,172); }

 H1.HeaderClassName
 {
   color: #5290AC;
 }
 .AnyTagClassName
 {
   color: #5290AC;
 }
</style>

background-color css

<style>
 a { background-color: #5290AC; }

 a { background-color: rgb(82,144,172); }

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

border-color css

<style>
 span { border-color: #5290AC; }

 span { border-color: rgb(82,144,172); }

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