#5189AD

Color #5189AD Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #5189AD

Tints of Air Force Blue #5189AD

Color information

#5189AD (or 0x5189AD) is unknown color: approx Air Force Blue. HEX triplet: 51, 89 and AD. RGB value is (81,137,173). Sum of RGB (Red+Green+Blue) = 81+137+173=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #5189AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5189AD is #AE7652. Grayscale: #7C7C7C. Windows color (decimal): -11433555 or 11372881. OLE color: 11372881.

HSL color Cylindrical-coordinate representation of color #5189AD: hue angle of 203.48º 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 #5189AD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81137173-
CMYK0.530.2100.32
HSL203.48º36.22%49.8%-
HSV(B)203.48º53.18%67.84%-
XYZ19.8822.6642.86-
YUV124.36155.4597.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=20.72%
G=35.04%
B=44.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811371730.530.2100.32203.4836.2249.8
Hex5189AD3515020cb2432
Octal12121125565250403134462
Binary1010001100010011010110111010110101010000011001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5189AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5189AD; }

 p { color: rgb(81,137,173); }

 H1.HeaderClassName
 {
   color: #5189AD;
 }
 .AnyTagClassName
 {
   color: #5189AD;
 }
</style>
background-color css

<style>
 a { background-color: #5189AD; }

 a { background-color: rgb(81,137,173); }

 div.DivClassName
 {
   background-color: #5189AD;
 }
 .BgClassName
 {
   background-color: #5189AD;
 }
</style>
border-color css

<style>
 span { border-color: #5189AD; }

 span { border-color: rgb(81,137,173); }

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