#56839F

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

Shades of Air Force Blue #56839F

Tints of Air Force Blue #56839F

Color information

#56839F (or 0x56839F) is unknown color: approx Air Force Blue. HEX triplet: 56, 83 and 9F. RGB value is (86,131,159). Sum of RGB (Red+Green+Blue) = 86+131+159=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #56839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56839F is #A97C60. Grayscale: #787878. Windows color (decimal): -11107425 or 10453846. OLE color: 10453846.

HSL color Cylindrical-coordinate representation of color #56839F: hue angle of 203.01º 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 #56839F is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86131159-
CMYK0.460.1800.38
HSL203.01º29.8%48.04%-
HSV(B)203.01º45.91%62.35%-
XYZ18.2120.7135.84-
YUV120.74149.59103.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=22.87%
G=34.84%
B=42.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861311590.460.1800.38203.0129.848.04
Hex56839F2E12026cb1e30
Octal12620323756220463133660
Binary101011010000011100111111011101001001001101100101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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