#567EA7

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

Shades of Air Force Blue #567EA7

Tints of Air Force Blue #567EA7

Color information

#567EA7 (or 0x567EA7) is unknown color: approx Air Force Blue. HEX triplet: 56, 7E and A7. RGB value is (86,126,167). Sum of RGB (Red+Green+Blue) = 86+126+167=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #567EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567EA7 is #A98158. Grayscale: #767676. Windows color (decimal): -11108697 or 10976854. OLE color: 10976854.

HSL color Cylindrical-coordinate representation of color #567EA7: hue angle of 210.37º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #567EA7 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB86126167-
CMYK0.490.2500.35
HSL210.37º32.02%49.61%-
HSV(B)210.37º48.5%65.49%-
XYZ18.2719.6939.4-
YUV118.71155.25104.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 126 (49.61% from 255) = 33.25%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=22.69%
G=33.25%
B=44.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861261670.490.2500.35210.3732.0249.61
Hex567EA73119023d22032
Octal12617624761310433224062
Binary101011011111101010011111000111001010001111010010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567EA7; }

 p { color: rgb(86,126,167); }

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

<style>
 a { background-color: #567EA7; }

 a { background-color: rgb(86,126,167); }

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

<style>
 span { border-color: #567EA7; }

 span { border-color: rgb(86,126,167); }

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