#5786AE

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

Shades of Air Force Blue #5786AE

Tints of Air Force Blue #5786AE

Color information

#5786AE (or 0x5786AE) is unknown color: approx Air Force Blue. HEX triplet: 57, 86 and AE. RGB value is (87,134,174). Sum of RGB (Red+Green+Blue) = 87+134+174=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #5786AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5786AE is #A87951. Grayscale: #7C7C7C. Windows color (decimal): -11041106 or 11437655. OLE color: 11437655.

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

Color convert

RGB87134174-
CMYK0.50.2300.32
HSL207.59º34.94%51.18%-
HSV(B)207.59º50%68.24%-
XYZ20.122.1343.26-
YUV124.51155.93101.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.03%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=22.03%
G=33.92%
B=44.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871341740.50.2300.32207.5934.9451.18
Hex5786AE3217020d02333
Octal12720625662270403204363
Binary1010111100001101010111011001010111010000011010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5786AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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