#56809B

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

Shades of Air Force Blue #56809B

Tints of Air Force Blue #56809B

Color information

#56809B (or 0x56809B) is unknown color: approx Air Force Blue. HEX triplet: 56, 80 and 9B. RGB value is (86,128,155). Sum of RGB (Red+Green+Blue) = 86+128+155=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #56809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56809B is #A97F64. Grayscale: #767676. Windows color (decimal): -11108197 or 10190934. OLE color: 10190934.

HSL color Cylindrical-coordinate representation of color #56809B: hue angle of 203.48º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56809B is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86128155-
CMYK0.450.1700.39
HSL203.48º28.63%47.25%-
HSV(B)203.48º44.52%60.78%-
XYZ17.4719.7833.91-
YUV118.52148.59104.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=23.31%
G=34.69%
B=42.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861281550.450.1700.39203.4828.6347.25
Hex56809B2D11027cb1d2f
Octal12620023355210473133557
Binary101011010000000100110111011011000101001111100101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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