#5187AD

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

Shades of Air Force Blue #5187AD

Tints of Air Force Blue #5187AD

Color information

#5187AD (or 0x5187AD) is unknown color: approx Air Force Blue. HEX triplet: 51, 87 and AD. RGB value is (81,135,173). Sum of RGB (Red+Green+Blue) = 81+135+173=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #5187AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5187AD is #AE7852. Grayscale: #7A7A7A. Windows color (decimal): -11434067 or 11372369. OLE color: 11372369.

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

Color convert

RGB81135173-
CMYK0.530.2200.32
HSL204.78º36.22%49.8%-
HSV(B)204.78º53.18%67.84%-
XYZ19.622.0942.77-
YUV123.19156.1197.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=20.82%
G=34.70%
B=44.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811351730.530.2200.32204.7836.2249.8
Hex5187AD3516020cd2432
Octal12120725565260403154462
Binary1010001100001111010110111010110110010000011001101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5187AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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