#5784AD

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

Shades of Air Force Blue #5784AD

Tints of Air Force Blue #5784AD

Color information

#5784AD (or 0x5784AD) is unknown color: approx Air Force Blue. HEX triplet: 57, 84 and AD. RGB value is (87,132,173). Sum of RGB (Red+Green+Blue) = 87+132+173=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #5784AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5784AD is #A87B52. Grayscale: #7B7B7B. Windows color (decimal): -11041619 or 11371607. OLE color: 11371607.

HSL color Cylindrical-coordinate representation of color #5784AD: hue angle of 208.6º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5784AD is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87132173-
CMYK0.500.2400.32
HSL208.6º34.4%50.98%-
HSV(B)208.6º49.71%67.84%-
XYZ19.7221.5542.65-
YUV123.22156.09102.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=22.19%
G=33.67%
B=44.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871321730.500.2400.32208.634.450.98
Hex5784AD3218020d12233
Octal12720425562300403214263
Binary1010111100001001010110111001011000010000011010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5784AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,132,173); }

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

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

 a { background-color: rgb(87,132,173); }

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

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

 span { border-color: rgb(87,132,173); }

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