#5780AE

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

Shades of Air Force Blue #5780AE

Tints of Air Force Blue #5780AE

Color information

#5780AE (or 0x5780AE) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and AE. RGB value is (87,128,174). Sum of RGB (Red+Green+Blue) = 87+128+174=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #5780AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AE is #A87F51. Grayscale: #787878. Windows color (decimal): -11042642 or 11436119. OLE color: 11436119.

HSL color Cylindrical-coordinate representation of color #5780AE: hue angle of 211.72º degrees, saturation: 0.35, 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 #5780AE is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB87128174-
CMYK0.50.2600.32
HSL211.72º34.94%51.18%-
HSV(B)211.72º50%68.24%-
XYZ19.2920.5242.99-
YUV120.98157.92103.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.37%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 174 (68.36% from 255) = 44.73%
R=22.37%
G=32.90%
B=44.73%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871281740.50.2600.32211.7234.9451.18
Hex5780AE321A020d42333
Octal12720025662320403244363
Binary1010111100000001010111011001011010010000011010100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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