#56849D

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

Shades of Air Force Blue #56849D

Tints of Air Force Blue #56849D

Color information

#56849D (or 0x56849D) is unknown color: approx Air Force Blue. HEX triplet: 56, 84 and 9D. RGB value is (86,132,157). Sum of RGB (Red+Green+Blue) = 86+132+157=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #56849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56849D is #A97B62. Grayscale: #787878. Windows color (decimal): -11107171 or 10323030. OLE color: 10323030.

HSL color Cylindrical-coordinate representation of color #56849D: hue angle of 201.13º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56849D is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86132157-
CMYK0.450.1600.38
HSL201.13º29.22%47.65%-
HSV(B)201.13º45.22%61.57%-
XYZ18.1720.9234.98-
YUV121.1148.26102.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.93%
GREEN value IS 132 (51.95% from 255) = 35.2%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=22.93%
G=35.2%
B=41.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861321570.450.1600.38201.1329.2247.65
Hex56849D2D10026c91d30
Octal12620423555200463113560
Binary101011010000100100111011011011000001001101100100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56849D; }

 p { color: rgb(86,132,157); }

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

<style>
 a { background-color: #56849D; }

 a { background-color: rgb(86,132,157); }

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

<style>
 span { border-color: #56849D; }

 span { border-color: rgb(86,132,157); }

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