#56889E

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

Shades of Air Force Blue #56889E

Tints of Air Force Blue #56889E

Color information

#56889E (or 0x56889E) is unknown color: approx Air Force Blue. HEX triplet: 56, 88 and 9E. RGB value is (86,136,158). Sum of RGB (Red+Green+Blue) = 86+136+158=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #56889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56889E is #A97761. Grayscale: #7B7B7B. Windows color (decimal): -11106146 or 10389590. OLE color: 10389590.

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

Color convert

RGB86136158-
CMYK0.460.1400.38
HSL198.33º29.51%47.84%-
HSV(B)198.33º45.57%61.96%-
XYZ18.8122.0635.61-
YUV123.56147.44101.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 136 (53.52% from 255) = 35.79%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=22.63%
G=35.79%
B=41.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861361580.460.1400.38198.3329.5147.84
Hex56889E2EE026c61e30
Octal12621023656160463063660
Binary10101101000100010011110101110111001001101100011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56889E; }

 p { color: rgb(86,136,158); }

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

<style>
 a { background-color: #56889E; }

 a { background-color: rgb(86,136,158); }

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

<style>
 span { border-color: #56889E; }

 span { border-color: rgb(86,136,158); }

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