#5785AE

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

Shades of Air Force Blue #5785AE

Tints of Air Force Blue #5785AE

Color information

#5785AE (or 0x5785AE) is unknown color: approx Air Force Blue. HEX triplet: 57, 85 and AE. RGB value is (87,133,174). Sum of RGB (Red+Green+Blue) = 87+133+174=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #5785AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5785AE is #A87A51. Grayscale: #7B7B7B. Windows color (decimal): -11041362 or 11437399. OLE color: 11437399.

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

Color convert

RGB87133174-
CMYK0.50.2400.32
HSL208.28º34.94%51.18%-
HSV(B)208.28º50%68.24%-
XYZ19.9621.8643.21-
YUV123.92156.26101.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.08%
GREEN value IS 133 (52.34% from 255) = 33.76%
BLUE value IS 174 (68.36% from 255) = 44.16%
R=22.08%
G=33.76%
B=44.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal871331740.50.2400.32208.2834.9451.18
Hex5785AE3218020d02333
Octal12720525662300403204363
Binary1010111100001011010111011001011000010000011010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5785AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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