#56859F

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

Shades of Air Force Blue #56859F

Tints of Air Force Blue #56859F

Color information

#56859F (or 0x56859F) is unknown color: approx Air Force Blue. HEX triplet: 56, 85 and 9F. RGB value is (86,133,159). Sum of RGB (Red+Green+Blue) = 86+133+159=378 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.75% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #56859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56859F is #A97A60. Grayscale: #797979. Windows color (decimal): -11106913 or 10454358. OLE color: 10454358.

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

Color convert

RGB86133159-
CMYK0.460.1600.38
HSL201.37º29.8%48.04%-
HSV(B)201.37º45.91%62.35%-
XYZ18.4821.2635.93-
YUV121.91148.93102.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.75%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=22.75%
G=35.19%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861331590.460.1600.38201.3729.848.04
Hex56859F2E10026c91e30
Octal12620523756200463113660
Binary101011010000101100111111011101000001001101100100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56859F; }

 p { color: rgb(86,133,159); }

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

<style>
 a { background-color: #56859F; }

 a { background-color: rgb(86,133,159); }

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

<style>
 span { border-color: #56859F; }

 span { border-color: rgb(86,133,159); }

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