#5781AC

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

Shades of Air Force Blue #5781AC

Tints of Air Force Blue #5781AC

Color information

#5781AC (or 0x5781AC) is unknown color: approx Air Force Blue. HEX triplet: 57, 81 and AC. RGB value is (87,129,172). Sum of RGB (Red+Green+Blue) = 87+129+172=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #5781AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5781AC is #A87E53. Grayscale: #797979. Windows color (decimal): -11042388 or 11305303. OLE color: 11305303.

HSL color Cylindrical-coordinate representation of color #5781AC: hue angle of 210.35º 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 #5781AC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB87129172-
CMYK0.490.2500.33
HSL210.35º33.86%50.78%-
HSV(B)210.35º49.42%67.45%-
XYZ19.2320.7142.01-
YUV121.34156.59103.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=22.42%
G=33.25%
B=44.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871291720.490.2500.33210.3533.8650.78
Hex5781AC3119021d22233
Octal12720125461310413224263
Binary1010111100000011010110011000111001010000111010010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5781AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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