#5780AD

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

Shades of Air Force Blue #5780AD

Tints of Air Force Blue #5780AD

Color information

#5780AD (or 0x5780AD) is unknown color: approx Air Force Blue. HEX triplet: 57, 80 and AD. RGB value is (87,128,173). Sum of RGB (Red+Green+Blue) = 87+128+173=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #5780AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5780AD is #A87F52. Grayscale: #787878. Windows color (decimal): -11042643 or 11370583. OLE color: 11370583.

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

Color convert

RGB87128173-
CMYK0.500.2600.32
HSL211.4º34.4%50.98%-
HSV(B)211.4º49.71%67.84%-
XYZ19.1920.4842.48-
YUV120.87157.42103.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=22.42%
G=32.99%
B=44.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871281730.500.2600.32211.434.450.98
Hex5780AD321A020d32233
Octal12720025562320403234263
Binary1010111100000001010110111001011010010000011010011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5780AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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