#5782AC

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

Shades of Air Force Blue #5782AC

Tints of Air Force Blue #5782AC

Color information

#5782AC (or 0x5782AC) is unknown color: approx Air Force Blue. HEX triplet: 57, 82 and AC. RGB value is (87,130,172). Sum of RGB (Red+Green+Blue) = 87+130+172=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #5782AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5782AC is #A87D53. Grayscale: #797979. Windows color (decimal): -11042132 or 11305559. OLE color: 11305559.

HSL color Cylindrical-coordinate representation of color #5782AC: hue angle of 209.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5782AC is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87130172-
CMYK0.490.2400.33
HSL209.65º33.86%50.78%-
HSV(B)209.65º49.42%67.45%-
XYZ19.3620.9742.06-
YUV121.93156.25103.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=22.37%
G=33.42%
B=44.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871301720.490.2400.33209.6533.8650.78
Hex5782AC3118021d22233
Octal12720225461300413224263
Binary1010111100000101010110011000111000010000111010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5782AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,130,172); }

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

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

 a { background-color: rgb(87,130,172); }

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

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

 span { border-color: rgb(87,130,172); }

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