#56809F

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

Shades of Air Force Blue #56809F

Tints of Air Force Blue #56809F

Color information

#56809F (or 0x56809F) is unknown color: approx Air Force Blue. HEX triplet: 56, 80 and 9F. RGB value is (86,128,159). Sum of RGB (Red+Green+Blue) = 86+128+159=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #56809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56809F is #A97F60. Grayscale: #767676. Windows color (decimal): -11108193 or 10453078. OLE color: 10453078.

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

Color convert

RGB86128159-
CMYK0.460.1900.38
HSL205.48º29.8%48.04%-
HSV(B)205.48º45.91%62.35%-
XYZ17.8119.9235.71-
YUV118.98150.59104.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=23.06%
G=34.32%
B=42.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861281590.460.1900.38205.4829.848.04
Hex56809F2E13026cd1e30
Octal12620023756230463153660
Binary101011010000000100111111011101001101001101100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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