#5780AC

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

Shades of Air Force Blue #5780AC

Tints of Air Force Blue #5780AC

Color information

#5780AC (or 0x5780AC) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and AC. RGB value is (87,128,172). Sum of RGB (Red+Green+Blue) = 87+128+172=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #5780AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AC is #A87F53. Grayscale: #787878. Windows color (decimal): -11042644 or 11305047. OLE color: 11305047.

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

Color convert

RGB87128172-
CMYK0.490.2600.33
HSL211.06º33.86%50.78%-
HSV(B)211.06º49.42%67.45%-
XYZ19.120.4441.97-
YUV120.76156.92103.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.48%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=22.48%
G=33.07%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871281720.490.2600.33211.0633.8650.78
Hex5780AC311A021d32233
Octal12720025461320413234263
Binary1010111100000001010110011000111010010000111010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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