#5188AD

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

Shades of Air Force Blue #5188AD

Tints of Air Force Blue #5188AD

Color information

#5188AD (or 0x5188AD) is unknown color: approx Air Force Blue. HEX triplet: 51, 88 and AD. RGB value is (81,136,173). Sum of RGB (Red+Green+Blue) = 81+136+173=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #5188AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5188AD is #AE7752. Grayscale: #7B7B7B. Windows color (decimal): -11433811 or 11372625. OLE color: 11372625.

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

Color convert

RGB81136173-
CMYK0.530.2100.32
HSL204.13º36.22%49.8%-
HSV(B)204.13º53.18%67.84%-
XYZ19.7422.3742.81-
YUV123.77155.7897.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=20.77%
G=34.87%
B=44.36%

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
Decimal811361730.530.2100.32204.1336.2249.8
Hex5188AD3515020cc2432
Octal12121025565250403144462
Binary1010001100010001010110111010110101010000011001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5188AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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